Html Css Color HEX #CAB742 Old Gold

📋 copy color: '#CAB742'

red 202 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #CAB742

Tints of Old Gold #CAB742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 44.79%
G = 40.58%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAB742 (or 0xCAB742) is known color: Old Gold. HEX triplet: CA, B7 and 42. RGB value is (202,183,66). Sum of RGB (Red+Green+Blue) = 202+183+66=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB742 is #3548BD. Grayscale: #AFAFAF. Windows color (decimal): -3492030 or 4372426. OLE color: 4372426.

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

Color convert

RGB 202 183 66 -
CMYK 0 0.09 0.67 0.21
HSL 51.62º 0.56% 0.53% -
HSV(B) 51.62º 0.67% 0.79% -
XYZ 42.27 46.82 11.96 -
YUV 175.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 202 183 66 0 0.09 0.67 0.21 51.62 0.56 0.53
Hex CA B7 42 0 9 43 15 34 38 35
Octal 312 267 102 0 11 103 25 64 70 65
Binary 11001010 10110111 1000010 0 1001 1000011 10101 110100 111000 110101

Color Harmonies of #CAB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB742

Black with #CAB742

Text Example


Text Example

White with #CAB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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