Html Css Color HEX #CBB200 Bird Flower

📋 copy color: '#CBB200'

red 203 ◦ green 178 ◦ blue 0

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

Shades of Bird Flower #CBB200

Tints of Bird Flower #CBB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

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

R = 53.28%
G = 46.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBB200 (or 0xCBB200) is known color: Bird Flower. HEX triplet: CB, B2 and 00. RGB value is (203,178,0). Sum of RGB (Red+Green+Blue) = 203+178+0=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB200 is #344DFF. Grayscale: #A5A5A5. Windows color (decimal): -3427840 or 45771. OLE color: 45771.

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

Color convert

RGB 203 178 0 -
CMYK 0 0.12 1 0.20
HSL 52.61º 1% 0.4% -
HSV(B) 52.61º 1% 0.8% -
XYZ 40.55 44.54 6.46 -
YUV 165.18 34.78 154.97 -
System Red Green Blue C M Y K H S L
Decimal 203 178 0 0 0.12 1 0.20 52.61 1 0.4
Hex CB B2 0 0 C 64 14 35 64 28
Octal 313 262 0 0 14 144 24 65 144 50
Binary 11001011 10110010 0 0 1100 1100100 10100 110101 1100100 101000

Color Harmonies of #CBB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB200

Black with #CBB200

Text Example


Text Example

White with #CBB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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