Html Css Color HEX #CBC706 Bird Flower

📋 copy color: '#CBC706'

red 203 ◦ green 199 ◦ blue 6

#CBC706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CBC706

Tints of Bird Flower #CBC706

RGB

 RED value IS 203 (79.69% from 255) = 49.75%

 GREEN value IS 199 (78.13% from 255) = 48.77%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 49.75%
G = 48.77%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC706 (or 0xCBC706) is known color: Bird Flower. HEX triplet: CB, C7 and 06. RGB value is (203,199,6). Sum of RGB (Red+Green+Blue) = 203+199+6=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC706 is #3438F9. Grayscale: #B2B2B2. Windows color (decimal): -3422458 or 444363. OLE color: 444363.

HSL color Cylindrical-coordinate representation of color #CBC706: hue angle of 58.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBC706 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 6 -
CMYK 0 0.02 0.97 0.20
HSL 58.78º 0.94% 0.41% -
HSV(B) 58.78º 0.97% 0.8% -
XYZ 45.08 53.56 8.13 -
YUV 178.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 203 199 6 0 0.02 0.97 0.20 58.78 0.94 0.41
Hex CB C7 6 0 2 61 14 3B 5E 29
Octal 313 307 6 0 2 141 24 73 136 51
Binary 11001011 11000111 110 0 10 1100001 10100 111011 1011110 101001

Color Harmonies of #CBC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC706

Black with #CBC706

Text Example


Text Example

White with #CBC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC706; }

 p { color: rgb(203,199,6); }

 H1.HeaderClassName
 {
   color: #CBC706;
 }
 .AnyTagClassName
 {
   color: #CBC706;
 }
</style>

background-color css

<style>
 a { background-color: #CBC706; }

 a { background-color: rgb(203,199,6); }

 div.DivClassName
 {
   background-color: #CBC706;
 }
 .BgClassName
 {
   background-color: #CBC706;
 }
</style>

border-color css

<style>
 span { border-color: #CBC706; }

 span { border-color: rgb(203,199,6); }

 td.TdClassName
 {
   border-color: #CBC706;
 }
 .TagClassName
 {
   border-color: #CBC706;
 }
</style>