Html Css Color HEX #CAB647 Old Gold

📋 copy color: '#CAB647'

red 202 ◦ green 182 ◦ blue 71

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

Shades of Old Gold #CAB647

Tints of Old Gold #CAB647

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

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

R = 44.4%
G = 40%
B = 15.6%

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

#CAB647 (or 0xCAB647) is known color: Old Gold. HEX triplet: CA, B6 and 47. RGB value is (202,182,71). Sum of RGB (Red+Green+Blue) = 202+182+71=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB647 is #3549B8. Grayscale: #AFAFAF. Windows color (decimal): -3492281 or 4699850. OLE color: 4699850.

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

Color convert

RGB 202 182 71 -
CMYK 0 0.10 0.65 0.21
HSL 50.84º 0.55% 0.54% -
HSV(B) 50.84º 0.65% 0.79% -
XYZ 42.22 46.47 12.7 -
YUV 175.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 202 182 71 0 0.10 0.65 0.21 50.84 0.55 0.54
Hex CA B6 47 0 A 41 15 33 37 36
Octal 312 266 107 0 12 101 25 63 67 66
Binary 11001010 10110110 1000111 0 1010 1000001 10101 110011 110111 110110

Color Harmonies of #CAB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB647

Black with #CAB647

Text Example


Text Example

White with #CAB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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