Html Css Color HEX #CBC009 Bird Flower

📋 copy color: '#CBC009'

red 203 ◦ green 192 ◦ blue 9

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

Shades of Bird Flower #CBC009

Tints of Bird Flower #CBC009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 50.25%
G = 47.52%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBC009 (or 0xCBC009) is known color: Bird Flower. HEX triplet: CB, C0 and 09. RGB value is (203,192,9). Sum of RGB (Red+Green+Blue) = 203+192+9=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC009 is #343FF6. Grayscale: #AFAFAF. Windows color (decimal): -3424247 or 639179. OLE color: 639179.

HSL color Cylindrical-coordinate representation of color #CBC009: hue angle of 56.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBC009 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 9 -
CMYK 0 0.05 0.96 0.20
HSL 56.6º 0.92% 0.42% -
HSV(B) 56.6º 0.96% 0.8% -
XYZ 43.53 50.42 7.7 -
YUV 174.43 34.64 148.38 -
System Red Green Blue C M Y K H S L
Decimal 203 192 9 0 0.05 0.96 0.20 56.6 0.92 0.42
Hex CB C0 9 0 5 60 14 39 5C 2A
Octal 313 300 11 0 5 140 24 71 134 52
Binary 11001011 11000000 1001 0 101 1100000 10100 111001 1011100 101010

Color Harmonies of #CBC009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC009

Black with #CBC009

Text Example


Text Example

White with #CBC009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC009; }

 p { color: rgb(203,192,9); }

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

background-color css

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

 a { background-color: rgb(203,192,9); }

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

border-color css

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

 span { border-color: rgb(203,192,9); }

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