Html Css Color HEX #CAB73D Old Gold

📋 copy color: '#CAB73D'

red 202 ◦ green 183 ◦ blue 61

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

Shades of Old Gold #CAB73D

Tints of Old Gold #CAB73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 45.29%
G = 41.03%
B = 13.68%

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

#CAB73D (or 0xCAB73D) is known color: Old Gold. HEX triplet: CA, B7 and 3D. RGB value is (202,183,61). Sum of RGB (Red+Green+Blue) = 202+183+61=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB73D is #3548C2. Grayscale: #AFAFAF. Windows color (decimal): -3492035 or 4044746. OLE color: 4044746.

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

Color convert

RGB 202 183 61 -
CMYK 0 0.09 0.70 0.21
HSL 51.91º 0.57% 0.52% -
HSV(B) 51.91º 0.7% 0.79% -
XYZ 42.13 46.76 11.22 -
YUV 174.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 202 183 61 0 0.09 0.70 0.21 51.91 0.57 0.52
Hex CA B7 3D 0 9 46 15 34 39 34
Octal 312 267 75 0 11 106 25 64 71 64
Binary 11001010 10110111 111101 0 1001 1000110 10101 110100 111001 110100

Color Harmonies of #CAB73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB73D

Black with #CAB73D

Text Example


Text Example

White with #CAB73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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