Html Css Color HEX #CAB834 Old Gold

📋 copy color: '#CAB834'

red 202 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #CAB834

Tints of Old Gold #CAB834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.87%

R = 46.12%
G = 42.01%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CAB834 (or 0xCAB834) is known color: Old Gold. HEX triplet: CA, B8 and 34. RGB value is (202,184,52). Sum of RGB (Red+Green+Blue) = 202+184+52=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB834 is #3547CB. Grayscale: #AEAEAE. Windows color (decimal): -3491788 or 3455178. OLE color: 3455178.

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

Color convert

RGB 202 184 52 -
CMYK 0 0.09 0.74 0.21
HSL 52.8º 0.59% 0.5% -
HSV(B) 52.8º 0.74% 0.79% -
XYZ 42.12 47.09 10.12 -
YUV 174.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 202 184 52 0 0.09 0.74 0.21 52.8 0.59 0.5
Hex CA B8 34 0 9 4A 15 35 3B 32
Octal 312 270 64 0 11 112 25 65 73 62
Binary 11001010 10111000 110100 0 1001 1001010 10101 110101 111011 110010

Color Harmonies of #CAB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB834

Black with #CAB834

Text Example


Text Example

White with #CAB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB834; }

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

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

background-color css

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

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

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

border-color css

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

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

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