Html Css Color HEX #CAB601 Bird Flower

📋 copy color: '#CAB601'

red 202 ◦ green 182 ◦ blue 1

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

Shades of Bird Flower #CAB601

Tints of Bird Flower #CAB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

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

R = 52.47%
G = 47.27%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB601 (or 0xCAB601) is known color: Bird Flower. HEX triplet: CA, B6 and 01. RGB value is (202,182,1). Sum of RGB (Red+Green+Blue) = 202+182+1=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB601 is #3549FE. Grayscale: #A8A8A8. Windows color (decimal): -3492351 or 112330. OLE color: 112330.

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

Color convert

RGB 202 182 1 -
CMYK 0 0.10 1.00 0.21
HSL 54.03º 0.99% 0.4% -
HSV(B) 54.03º 1% 0.79% -
XYZ 41.09 46.01 6.74 -
YUV 167.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 202 182 1 0 0.10 1.00 0.21 54.03 0.99 0.4
Hex CA B6 1 0 A 64 15 36 63 28
Octal 312 266 1 0 12 144 25 66 143 50
Binary 11001010 10110110 1 0 1010 1100100 10101 110110 1100011 101000

Color Harmonies of #CAB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB601

Black with #CAB601

Text Example


Text Example

White with #CAB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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