Html Css Color HEX #CBB201 Bird Flower

📋 copy color: '#CBB201'

red 203 ◦ green 178 ◦ blue 1

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

Shades of Bird Flower #CBB201

Tints of Bird Flower #CBB201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 53.14%
G = 46.6%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB201 (or 0xCBB201) is known color: Bird Flower. HEX triplet: CB, B2 and 01. RGB value is (203,178,1). Sum of RGB (Red+Green+Blue) = 203+178+1=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB201 is #344DFE. Grayscale: #A6A6A6. Windows color (decimal): -3427839 or 111307. OLE color: 111307.

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

Color convert

RGB 203 178 1 -
CMYK 0 0.12 1.00 0.20
HSL 52.57º 0.99% 0.4% -
HSV(B) 52.57º 1% 0.8% -
XYZ 40.55 44.54 6.49 -
YUV 165.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 203 178 1 0 0.12 1.00 0.20 52.57 0.99 0.4
Hex CB B2 1 0 C 64 14 35 63 28
Octal 313 262 1 0 14 144 24 65 143 50
Binary 11001011 10110010 1 0 1100 1100100 10100 110101 1100011 101000

Color Harmonies of #CBB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB201

Black with #CBB201

Text Example


Text Example

White with #CBB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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