Html Css Color HEX #CAB93A Old Gold

📋 copy color: '#CAB93A'

red 202 ◦ green 185 ◦ blue 58

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

Shades of Old Gold #CAB93A

Tints of Old Gold #CAB93A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 45.39%
G = 41.57%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAB93A (or 0xCAB93A) is known color: Old Gold. HEX triplet: CA, B9 and 3A. RGB value is (202,185,58). Sum of RGB (Red+Green+Blue) = 202+185+58=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB93A is #3546C5. Grayscale: #B0B0B0. Windows color (decimal): -3491526 or 3848650. OLE color: 3848650.

HSL color Cylindrical-coordinate representation of color #CAB93A: hue angle of 52.92º 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 #CAB93A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 58 -
CMYK 0 0.08 0.71 0.21
HSL 52.92º 0.58% 0.51% -
HSV(B) 52.92º 0.71% 0.79% -
XYZ 42.47 47.56 10.94 -
YUV 175.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 202 185 58 0 0.08 0.71 0.21 52.92 0.58 0.51
Hex CA B9 3A 0 8 47 15 35 3A 33
Octal 312 271 72 0 10 107 25 65 72 63
Binary 11001010 10111001 111010 0 1000 1000111 10101 110101 111010 110011

Color Harmonies of #CAB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB93A

Black with #CAB93A

Text Example


Text Example

White with #CAB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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