Html Css Color HEX #CAB547 Old Gold

📋 copy color: '#CAB547'

red 202 ◦ green 181 ◦ blue 71

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

Shades of Old Gold #CAB547

Tints of Old Gold #CAB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

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

R = 44.49%
G = 39.87%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAB547 (or 0xCAB547) is known color: Old Gold. HEX triplet: CA, B5 and 47. RGB value is (202,181,71). Sum of RGB (Red+Green+Blue) = 202+181+71=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB547 is #354AB8. Grayscale: #AFAFAF. Windows color (decimal): -3492537 or 4699594. OLE color: 4699594.

HSL color Cylindrical-coordinate representation of color #CAB547: hue angle of 50.38º 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 #CAB547 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 71 -
CMYK 0 0.10 0.65 0.21
HSL 50.38º 0.55% 0.54% -
HSV(B) 50.38º 0.65% 0.79% -
XYZ 42.02 46.06 12.64 -
YUV 174.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 202 181 71 0 0.10 0.65 0.21 50.38 0.55 0.54
Hex CA B5 47 0 A 41 15 32 37 36
Octal 312 265 107 0 12 101 25 62 67 66
Binary 11001010 10110101 1000111 0 1010 1000001 10101 110010 110111 110110

Color Harmonies of #CAB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB547

Black with #CAB547

Text Example


Text Example

White with #CAB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB547; }

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

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

background-color css

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

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

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

border-color css

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

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

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