Html Css Color HEX #CAB701 Bird Flower

📋 copy color: '#CAB701'

red 202 ◦ green 183 ◦ blue 1

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

Shades of Bird Flower #CAB701

Tints of Bird Flower #CAB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

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

R = 52.33%
G = 47.41%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB701 (or 0xCAB701) is known color: Bird Flower. HEX triplet: CA, B7 and 01. RGB value is (202,183,1). Sum of RGB (Red+Green+Blue) = 202+183+1=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB701 is #3548FE. Grayscale: #A8A8A8. Windows color (decimal): -3492095 or 112586. OLE color: 112586.

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

Color convert

RGB 202 183 1 -
CMYK 0 0.09 1.00 0.21
HSL 54.33º 0.99% 0.4% -
HSV(B) 54.33º 1% 0.79% -
XYZ 41.3 46.43 6.81 -
YUV 167.93 33.79 152.3 -
System Red Green Blue C M Y K H S L
Decimal 202 183 1 0 0.09 1.00 0.21 54.33 0.99 0.4
Hex CA B7 1 0 9 64 15 36 63 28
Octal 312 267 1 0 11 144 25 66 143 50
Binary 11001010 10110111 1 0 1001 1100100 10101 110110 1100011 101000

Color Harmonies of #CAB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB701

Black with #CAB701

Text Example


Text Example

White with #CAB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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