Html Css Color HEX #CBB900 Bird Flower

📋 copy color: '#CBB900'

red 203 ◦ green 185 ◦ blue 0

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

Shades of Bird Flower #CBB900

Tints of Bird Flower #CBB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.32%
G = 47.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBB900 (or 0xCBB900) is known color: Bird Flower. HEX triplet: CB, B9 and 00. RGB value is (203,185,0). Sum of RGB (Red+Green+Blue) = 203+185+0=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB900 is #3446FF. Grayscale: #AAAAAA. Windows color (decimal): -3426048 or 47563. OLE color: 47563.

HSL color Cylindrical-coordinate representation of color #CBB900: hue angle of 54.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBB900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 0 -
CMYK 0 0.09 1 0.20
HSL 54.68º 1% 0.4% -
HSV(B) 54.68º 1% 0.8% -
XYZ 41.98 47.39 6.94 -
YUV 169.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 203 185 0 0 0.09 1 0.20 54.68 1 0.4
Hex CB B9 0 0 9 64 14 37 64 28
Octal 313 271 0 0 11 144 24 67 144 50
Binary 11001011 10111001 0 0 1001 1100100 10100 110111 1100100 101000

Color Harmonies of #CBB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB900

Black with #CBB900

Text Example


Text Example

White with #CBB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB900; }

 p { color: rgb(203,185,0); }

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

background-color css

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

 a { background-color: rgb(203,185,0); }

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

border-color css

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

 span { border-color: rgb(203,185,0); }

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