Html Css Color HEX #CBBB06 Bird Flower

📋 copy color: '#CBBB06'

red 203 ◦ green 187 ◦ blue 6

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

Shades of Bird Flower #CBBB06

Tints of Bird Flower #CBBB06

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

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

R = 51.26%
G = 47.22%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBBB06 (or 0xCBBB06) is known color: Bird Flower. HEX triplet: CB, BB and 06. RGB value is (203,187,6). Sum of RGB (Red+Green+Blue) = 203+187+6=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBB06 is #3444F9. Grayscale: #ABABAB. Windows color (decimal): -3425530 or 441291. OLE color: 441291.

HSL color Cylindrical-coordinate representation of color #CBBB06: hue angle of 55.13º 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 #CBBB06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 187 6 -
CMYK 0 0.08 0.97 0.20
HSL 55.13º 0.94% 0.41% -
HSV(B) 55.13º 0.97% 0.8% -
XYZ 42.43 48.25 7.25 -
YUV 171.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 203 187 6 0 0.08 0.97 0.20 55.13 0.94 0.41
Hex CB BB 6 0 8 61 14 37 5E 29
Octal 313 273 6 0 10 141 24 67 136 51
Binary 11001011 10111011 110 0 1000 1100001 10100 110111 1011110 101001

Color Harmonies of #CBBB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB06

Black with #CBBB06

Text Example


Text Example

White with #CBBB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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