Html Css Color HEX #CBB001 Bird Flower

📋 copy color: '#CBB001'

red 203 ◦ green 176 ◦ blue 1

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

Shades of Bird Flower #CBB001

Tints of Bird Flower #CBB001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.32%

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

R = 53.42%
G = 46.32%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB001 (or 0xCBB001) is known color: Bird Flower. HEX triplet: CB, B0 and 01. RGB value is (203,176,1). Sum of RGB (Red+Green+Blue) = 203+176+1=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB001 is #344FFE. Grayscale: #A4A4A4. Windows color (decimal): -3428351 or 110795. OLE color: 110795.

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

Color convert

RGB 203 176 1 -
CMYK 0 0.13 1.00 0.20
HSL 51.98º 0.99% 0.4% -
HSV(B) 51.98º 1% 0.8% -
XYZ 40.16 43.75 6.36 -
YUV 164.12 35.95 155.73 -
System Red Green Blue C M Y K H S L
Decimal 203 176 1 0 0.13 1.00 0.20 51.98 0.99 0.4
Hex CB B0 1 0 D 64 14 34 63 28
Octal 313 260 1 0 15 144 24 64 143 50
Binary 11001011 10110000 1 0 1101 1100100 10100 110100 1100011 101000

Color Harmonies of #CBB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB001

Black with #CBB001

Text Example


Text Example

White with #CBB001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB001; }

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

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

background-color css

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

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

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

border-color css

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

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

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