Html Css Color HEX #CAB301 Bird Flower

📋 copy color: '#CAB301'

red 202 ◦ green 179 ◦ blue 1

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

Shades of Bird Flower #CAB301

Tints of Bird Flower #CAB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

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

R = 52.88%
G = 46.86%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB301 (or 0xCAB301) is known color: Bird Flower. HEX triplet: CA, B3 and 01. RGB value is (202,179,1). Sum of RGB (Red+Green+Blue) = 202+179+1=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB301 is #354CFE. Grayscale: #A6A6A6. Windows color (decimal): -3493119 or 111562. OLE color: 111562.

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

Color convert

RGB 202 179 1 -
CMYK 0 0.11 1.00 0.21
HSL 53.13º 0.99% 0.4% -
HSV(B) 53.13º 1% 0.79% -
XYZ 40.48 44.8 6.54 -
YUV 165.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 202 179 1 0 0.11 1.00 0.21 53.13 0.99 0.4
Hex CA B3 1 0 B 64 15 35 63 28
Octal 312 263 1 0 13 144 25 65 143 50
Binary 11001010 10110011 1 0 1011 1100100 10101 110101 1100011 101000

Color Harmonies of #CAB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB301

Black with #CAB301

Text Example


Text Example

White with #CAB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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