Html Css Color HEX #CAB947 Old Gold

📋 copy color: '#CAB947'

red 202 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #CAB947

Tints of Old Gold #CAB947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.5%

R = 44.1%
G = 40.39%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAB947 (or 0xCAB947) is known color: Old Gold. HEX triplet: CA, B9 and 47. RGB value is (202,185,71). Sum of RGB (Red+Green+Blue) = 202+185+71=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB947 is #3546B8. Grayscale: #B1B1B1. Windows color (decimal): -3491513 or 4700618. OLE color: 4700618.

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

Color convert

RGB 202 185 71 -
CMYK 0 0.08 0.65 0.21
HSL 52.21º 0.55% 0.54% -
HSV(B) 52.21º 0.65% 0.79% -
XYZ 42.84 47.71 12.91 -
YUV 177.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 202 185 71 0 0.08 0.65 0.21 52.21 0.55 0.54
Hex CA B9 47 0 8 41 15 34 37 36
Octal 312 271 107 0 10 101 25 64 67 66
Binary 11001010 10111001 1000111 0 1000 1000001 10101 110100 110111 110110

Color Harmonies of #CAB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB947

Black with #CAB947

Text Example


Text Example

White with #CAB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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