Html Css Color HEX #CAB201 Bird Flower

📋 copy color: '#CAB201'

red 202 ◦ green 178 ◦ blue 1

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

Shades of Bird Flower #CAB201

Tints of Bird Flower #CAB201

RGB

 RED value IS 202 (79.3% from 255) = 53.02%

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

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

R = 53.02%
G = 46.72%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB201 (or 0xCAB201) is known color: Bird Flower. HEX triplet: CA, B2 and 01. RGB value is (202,178,1). Sum of RGB (Red+Green+Blue) = 202+178+1=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB201 is #354DFE. Grayscale: #A5A5A5. Windows color (decimal): -3493375 or 111306. OLE color: 111306.

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

Color convert

RGB 202 178 1 -
CMYK 0 0.12 1.00 0.21
HSL 52.84º 0.99% 0.4% -
HSV(B) 52.84º 1% 0.79% -
XYZ 40.28 44.4 6.48 -
YUV 165 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 202 178 1 0 0.12 1.00 0.21 52.84 0.99 0.4
Hex CA B2 1 0 C 64 15 35 63 28
Octal 312 262 1 0 14 144 25 65 143 50
Binary 11001010 10110010 1 0 1100 1100100 10101 110101 1100011 101000

Color Harmonies of #CAB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB201

Black with #CAB201

Text Example


Text Example

White with #CAB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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