Html Css Color HEX #CAB745 Old Gold

📋 copy color: '#CAB745'

red 202 ◦ green 183 ◦ blue 69

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

Shades of Old Gold #CAB745

Tints of Old Gold #CAB745

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 44.49%
G = 40.31%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB745 (or 0xCAB745) is known color: Old Gold. HEX triplet: CA, B7 and 45. RGB value is (202,183,69). Sum of RGB (Red+Green+Blue) = 202+183+69=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB745 is #3548BA. Grayscale: #B0B0B0. Windows color (decimal): -3492027 or 4569034. OLE color: 4569034.

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

Color convert

RGB 202 183 69 -
CMYK 0 0.09 0.66 0.21
HSL 51.43º 0.56% 0.53% -
HSV(B) 51.43º 0.66% 0.79% -
XYZ 42.36 46.85 12.44 -
YUV 175.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 202 183 69 0 0.09 0.66 0.21 51.43 0.56 0.53
Hex CA B7 45 0 9 42 15 33 38 35
Octal 312 267 105 0 11 102 25 63 70 65
Binary 11001010 10110111 1000101 0 1001 1000010 10101 110011 111000 110101

Color Harmonies of #CAB745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB745

Black with #CAB745

Text Example


Text Example

White with #CAB745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB745; }

 p { color: rgb(202,183,69); }

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

background-color css

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

 a { background-color: rgb(202,183,69); }

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

border-color css

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

 span { border-color: rgb(202,183,69); }

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