Html Css Color HEX #CAB840 Old Gold

📋 copy color: '#CAB840'

red 202 ◦ green 184 ◦ blue 64

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

Shades of Old Gold #CAB840

Tints of Old Gold #CAB840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 44.89%
G = 40.89%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB840 (or 0xCAB840) is known color: Old Gold. HEX triplet: CA, B8 and 40. RGB value is (202,184,64). Sum of RGB (Red+Green+Blue) = 202+184+64=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB840 is #3547BF. Grayscale: #B0B0B0. Windows color (decimal): -3491776 or 4241610. OLE color: 4241610.

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

Color convert

RGB 202 184 64 -
CMYK 0 0.09 0.68 0.21
HSL 52.17º 0.57% 0.52% -
HSV(B) 52.17º 0.68% 0.79% -
XYZ 42.42 47.21 11.73 -
YUV 175.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 202 184 64 0 0.09 0.68 0.21 52.17 0.57 0.52
Hex CA B8 40 0 9 44 15 34 39 34
Octal 312 270 100 0 11 104 25 64 71 64
Binary 11001010 10111000 1000000 0 1001 1000100 10101 110100 111001 110100

Color Harmonies of #CAB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB840

Black with #CAB840

Text Example


Text Example

White with #CAB840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB840; }

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

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

background-color css

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

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

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

border-color css

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

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

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