Html Css Color HEX #CBB401 Bird Flower

📋 copy color: '#CBB401'

red 203 ◦ green 180 ◦ blue 1

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

Shades of Bird Flower #CBB401

Tints of Bird Flower #CBB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

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

R = 52.86%
G = 46.88%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB401 (or 0xCBB401) is known color: Bird Flower. HEX triplet: CB, B4 and 01. RGB value is (203,180,1). Sum of RGB (Red+Green+Blue) = 203+180+1=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB401 is #344BFE. Grayscale: #A7A7A7. Windows color (decimal): -3427327 or 111819. OLE color: 111819.

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

Color convert

RGB 203 180 1 -
CMYK 0 0.11 1.00 0.20
HSL 53.17º 0.99% 0.4% -
HSV(B) 53.17º 1% 0.8% -
XYZ 40.96 45.34 6.62 -
YUV 166.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 203 180 1 0 0.11 1.00 0.20 53.17 0.99 0.4
Hex CB B4 1 0 B 64 14 35 63 28
Octal 313 264 1 0 13 144 24 65 143 50
Binary 11001011 10110100 1 0 1011 1100100 10100 110101 1100011 101000

Color Harmonies of #CBB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB401

Black with #CBB401

Text Example


Text Example

White with #CBB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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