Html Css Color HEX #CAB513 Bird Flower

📋 copy color: '#CAB513'

red 202 ◦ green 181 ◦ blue 19

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

Shades of Bird Flower #CAB513

Tints of Bird Flower #CAB513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 50.25%
G = 45.02%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAB513 (or 0xCAB513) is known color: Bird Flower. HEX triplet: CA, B5 and 13. RGB value is (202,181,19). Sum of RGB (Red+Green+Blue) = 202+181+19=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB513 is #354AEC. Grayscale: #A9A9A9. Windows color (decimal): -3492589 or 1291722. OLE color: 1291722.

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

Color convert

RGB 202 181 19 -
CMYK 0 0.10 0.91 0.21
HSL 53.11º 0.83% 0.43% -
HSV(B) 53.11º 0.91% 0.79% -
XYZ 41 45.65 7.27 -
YUV 168.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 202 181 19 0 0.10 0.91 0.21 53.11 0.83 0.43
Hex CA B5 13 0 A 5B 15 35 53 2B
Octal 312 265 23 0 12 133 25 65 123 53
Binary 11001010 10110101 10011 0 1010 1011011 10101 110101 1010011 101011

Color Harmonies of #CAB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB513

Black with #CAB513

Text Example


Text Example

White with #CAB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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