Html Css Color HEX #CAB73C Old Gold

📋 copy color: '#CAB73C'

red 202 ◦ green 183 ◦ blue 60

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

Shades of Old Gold #CAB73C

Tints of Old Gold #CAB73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.48%

R = 45.39%
G = 41.12%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAB73C (or 0xCAB73C) is known color: Old Gold. HEX triplet: CA, B7 and 3C. RGB value is (202,183,60). Sum of RGB (Red+Green+Blue) = 202+183+60=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB73C is #3548C3. Grayscale: #AFAFAF. Windows color (decimal): -3492036 or 3979210. OLE color: 3979210.

HSL color Cylindrical-coordinate representation of color #CAB73C: hue angle of 51.97º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB73C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 60 -
CMYK 0 0.09 0.70 0.21
HSL 51.97º 0.57% 0.51% -
HSV(B) 51.97º 0.7% 0.79% -
XYZ 42.11 46.75 11.08 -
YUV 174.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 202 183 60 0 0.09 0.70 0.21 51.97 0.57 0.51
Hex CA B7 3C 0 9 46 15 34 39 33
Octal 312 267 74 0 11 106 25 64 71 63
Binary 11001010 10110111 111100 0 1001 1000110 10101 110100 111001 110011

Color Harmonies of #CAB73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB73C

Black with #CAB73C

Text Example


Text Example

White with #CAB73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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