Html Css Color HEX #CBBC09 Bird Flower

📋 copy color: '#CBBC09'

red 203 ◦ green 188 ◦ blue 9

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

Shades of Bird Flower #CBBC09

Tints of Bird Flower #CBBC09

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

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

R = 50.75%
G = 47%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBBC09 (or 0xCBBC09) is known color: Bird Flower. HEX triplet: CB, BC and 09. RGB value is (203,188,9). Sum of RGB (Red+Green+Blue) = 203+188+9=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC09 is #3443F6. Grayscale: #ACACAC. Windows color (decimal): -3425271 or 638155. OLE color: 638155.

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

Color convert

RGB 203 188 9 -
CMYK 0 0.07 0.96 0.20
HSL 55.36º 0.92% 0.42% -
HSV(B) 55.36º 0.96% 0.8% -
XYZ 42.66 48.68 7.41 -
YUV 172.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 203 188 9 0 0.07 0.96 0.20 55.36 0.92 0.42
Hex CB BC 9 0 7 60 14 37 5C 2A
Octal 313 274 11 0 7 140 24 67 134 52
Binary 11001011 10111100 1001 0 111 1100000 10100 110111 1011100 101010

Color Harmonies of #CBBC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC09

Black with #CBBC09

Text Example


Text Example

White with #CBBC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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