Html Css Color HEX #CAB511 Bird Flower

📋 copy color: '#CAB511'

red 202 ◦ green 181 ◦ blue 17

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

Shades of Bird Flower #CAB511

Tints of Bird Flower #CAB511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.25%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 50.5%
G = 45.25%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAB511 (or 0xCAB511) is known color: Bird Flower. HEX triplet: CA, B5 and 11. RGB value is (202,181,17). Sum of RGB (Red+Green+Blue) = 202+181+17=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB511 is #354AEE. Grayscale: #A9A9A9. Windows color (decimal): -3492591 or 1160650. OLE color: 1160650.

HSL color Cylindrical-coordinate representation of color #CAB511: hue angle of 53.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAB511 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 17 -
CMYK 0 0.10 0.92 0.21
HSL 53.19º 0.84% 0.43% -
HSV(B) 53.19º 0.92% 0.79% -
XYZ 40.98 45.64 7.18 -
YUV 168.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 202 181 17 0 0.10 0.92 0.21 53.19 0.84 0.43
Hex CA B5 11 0 A 5C 15 35 54 2B
Octal 312 265 21 0 12 134 25 65 124 53
Binary 11001010 10110101 10001 0 1010 1011100 10101 110101 1010100 101011

Color Harmonies of #CAB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB511

Black with #CAB511

Text Example


Text Example

White with #CAB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB511; }

 p { color: rgb(202,181,17); }

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

background-color css

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

 a { background-color: rgb(202,181,17); }

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

border-color css

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

 span { border-color: rgb(202,181,17); }

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