Html Css Color HEX #CBC909 Bird Flower

📋 copy color: '#CBC909'

red 203 ◦ green 201 ◦ blue 9

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

Shades of Bird Flower #CBC909

Tints of Bird Flower #CBC909

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.67%

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

R = 49.15%
G = 48.67%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBC909 (or 0xCBC909) is known color: Bird Flower. HEX triplet: CB, C9 and 09. RGB value is (203,201,9). Sum of RGB (Red+Green+Blue) = 203+201+9=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC909 is #3436F6. Grayscale: #B4B4B4. Windows color (decimal): -3421943 or 641483. OLE color: 641483.

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

Color convert

RGB 203 201 9 -
CMYK 0 0.01 0.96 0.20
HSL 59.38º 0.92% 0.42% -
HSV(B) 59.38º 0.96% 0.8% -
XYZ 45.56 54.49 8.37 -
YUV 179.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 203 201 9 0 0.01 0.96 0.20 59.38 0.92 0.42
Hex CB C9 9 0 1 60 14 3B 5C 2A
Octal 313 311 11 0 1 140 24 73 134 52
Binary 11001011 11001001 1001 0 1 1100000 10100 111011 1011100 101010

Color Harmonies of #CBC909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC909

Black with #CBC909

Text Example


Text Example

White with #CBC909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC909; }

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

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

background-color css

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

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

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

border-color css

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

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

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