Html Css Color HEX #CAB82A Old Gold

📋 copy color: '#CAB82A'

red 202 ◦ green 184 ◦ blue 42

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

Shades of Old Gold #CAB82A

Tints of Old Gold #CAB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.99%

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 47.2%
G = 42.99%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CAB82A (or 0xCAB82A) is known color: Old Gold. HEX triplet: CA, B8 and 2A. RGB value is (202,184,42). Sum of RGB (Red+Green+Blue) = 202+184+42=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB82A is #3547D5. Grayscale: #ADADAD. Windows color (decimal): -3491798 or 2799818. OLE color: 2799818.

HSL color Cylindrical-coordinate representation of color #CAB82A: hue angle of 53.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAB82A is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 42 -
CMYK 0 0.09 0.79 0.21
HSL 53.25º 0.66% 0.48% -
HSV(B) 53.25º 0.79% 0.79% -
XYZ 41.92 47 9.05 -
YUV 173.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 202 184 42 0 0.09 0.79 0.21 53.25 0.66 0.48
Hex CA B8 2A 0 9 4F 15 35 42 30
Octal 312 270 52 0 11 117 25 65 102 60
Binary 11001010 10111000 101010 0 1001 1001111 10101 110101 1000010 110000

Color Harmonies of #CAB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB82A

Black with #CAB82A

Text Example


Text Example

White with #CAB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB82A; }

 p { color: rgb(202,184,42); }

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

background-color css

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

 a { background-color: rgb(202,184,42); }

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

border-color css

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

 span { border-color: rgb(202,184,42); }

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