Html Css Color HEX #CAB842 Old Gold

📋 copy color: '#CAB842'

red 202 ◦ green 184 ◦ blue 66

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

Shades of Old Gold #CAB842

Tints of Old Gold #CAB842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 44.69%
G = 40.71%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAB842 (or 0xCAB842) is known color: Old Gold. HEX triplet: CA, B8 and 42. RGB value is (202,184,66). Sum of RGB (Red+Green+Blue) = 202+184+66=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB842 is #3547BD. Grayscale: #B0B0B0. Windows color (decimal): -3491774 or 4372682. OLE color: 4372682.

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

Color convert

RGB 202 184 66 -
CMYK 0 0.09 0.67 0.21
HSL 52.06º 0.56% 0.53% -
HSV(B) 52.06º 0.67% 0.79% -
XYZ 42.48 47.23 12.03 -
YUV 175.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 202 184 66 0 0.09 0.67 0.21 52.06 0.56 0.53
Hex CA B8 42 0 9 43 15 34 38 35
Octal 312 270 102 0 11 103 25 64 70 65
Binary 11001010 10111000 1000010 0 1001 1000011 10101 110100 111000 110101

Color Harmonies of #CAB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB842

Black with #CAB842

Text Example


Text Example

White with #CAB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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