Html Css Color HEX #CAB73E Old Gold

📋 copy color: '#CAB73E'

red 202 ◦ green 183 ◦ blue 62

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

Shades of Old Gold #CAB73E

Tints of Old Gold #CAB73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.87%

R = 45.19%
G = 40.94%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAB73E (or 0xCAB73E) is known color: Old Gold. HEX triplet: CA, B7 and 3E. RGB value is (202,183,62). Sum of RGB (Red+Green+Blue) = 202+183+62=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB73E is #3548C1. Grayscale: #AFAFAF. Windows color (decimal): -3492034 or 4110282. OLE color: 4110282.

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

Color convert

RGB 202 183 62 -
CMYK 0 0.09 0.69 0.21
HSL 51.86º 0.57% 0.52% -
HSV(B) 51.86º 0.69% 0.79% -
XYZ 42.16 46.77 11.36 -
YUV 174.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 202 183 62 0 0.09 0.69 0.21 51.86 0.57 0.52
Hex CA B7 3E 0 9 45 15 34 39 34
Octal 312 267 76 0 11 105 25 64 71 64
Binary 11001010 10110111 111110 0 1001 1000101 10101 110100 111001 110100

Color Harmonies of #CAB73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB73E

Black with #CAB73E

Text Example


Text Example

White with #CAB73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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