Html Css Color HEX #CAB73A Old Gold

📋 copy color: '#CAB73A'

red 202 ◦ green 183 ◦ blue 58

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

Shades of Old Gold #CAB73A

Tints of Old Gold #CAB73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 45.6%
G = 41.31%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAB73A (or 0xCAB73A) is known color: Old Gold. HEX triplet: CA, B7 and 3A. RGB value is (202,183,58). Sum of RGB (Red+Green+Blue) = 202+183+58=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB73A is #3548C5. Grayscale: #AEAEAE. Windows color (decimal): -3492038 or 3848138. OLE color: 3848138.

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

Color convert

RGB 202 183 58 -
CMYK 0 0.09 0.71 0.21
HSL 52.08º 0.58% 0.51% -
HSV(B) 52.08º 0.71% 0.79% -
XYZ 42.05 46.73 10.81 -
YUV 174.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 202 183 58 0 0.09 0.71 0.21 52.08 0.58 0.51
Hex CA B7 3A 0 9 47 15 34 3A 33
Octal 312 267 72 0 11 107 25 64 72 63
Binary 11001010 10110111 111010 0 1001 1000111 10101 110100 111010 110011

Color Harmonies of #CAB73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB73A

Black with #CAB73A

Text Example


Text Example

White with #CAB73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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