Html Css Color HEX #CAB94A Old Gold

📋 copy color: '#CAB94A'

red 202 ◦ green 185 ◦ blue 74

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

Shades of Old Gold #CAB94A

Tints of Old Gold #CAB94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 43.82%
G = 40.13%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CAB94A (or 0xCAB94A) is known color: Old Gold. HEX triplet: CA, B9 and 4A. RGB value is (202,185,74). Sum of RGB (Red+Green+Blue) = 202+185+74=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB94A is #3546B5. Grayscale: #B1B1B1. Windows color (decimal): -3491510 or 4897226. OLE color: 4897226.

HSL color Cylindrical-coordinate representation of color #CAB94A: hue angle of 52.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAB94A is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 74 -
CMYK 0 0.08 0.63 0.21
HSL 52.03º 0.55% 0.54% -
HSV(B) 52.03º 0.63% 0.79% -
XYZ 42.94 47.75 13.43 -
YUV 177.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 202 185 74 0 0.08 0.63 0.21 52.03 0.55 0.54
Hex CA B9 4A 0 8 3F 15 34 37 36
Octal 312 271 112 0 10 77 25 64 67 66
Binary 11001010 10111001 1001010 0 1000 111111 10101 110100 110111 110110

Color Harmonies of #CAB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB94A

Black with #CAB94A

Text Example


Text Example

White with #CAB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB94A; }

 p { color: rgb(202,185,74); }

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

background-color css

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

 a { background-color: rgb(202,185,74); }

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

border-color css

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

 span { border-color: rgb(202,185,74); }

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