Html Css Color HEX #CAB938 Old Gold

📋 copy color: '#CAB938'

red 202 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #CAB938

Tints of Old Gold #CAB938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 45.6%
G = 41.76%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAB938 (or 0xCAB938) is known color: Old Gold. HEX triplet: CA, B9 and 38. RGB value is (202,185,56). Sum of RGB (Red+Green+Blue) = 202+185+56=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB938 is #3546C7. Grayscale: #AFAFAF. Windows color (decimal): -3491528 or 3717578. OLE color: 3717578.

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

Color convert

RGB 202 185 56 -
CMYK 0 0.08 0.72 0.21
HSL 53.01º 0.58% 0.51% -
HSV(B) 53.01º 0.72% 0.79% -
XYZ 42.42 47.54 10.68 -
YUV 175.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 202 185 56 0 0.08 0.72 0.21 53.01 0.58 0.51
Hex CA B9 38 0 8 48 15 35 3A 33
Octal 312 271 70 0 10 110 25 65 72 63
Binary 11001010 10111001 111000 0 1000 1001000 10101 110101 111010 110011

Color Harmonies of #CAB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB938

Black with #CAB938

Text Example


Text Example

White with #CAB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB938; }

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

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

background-color css

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

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

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

border-color css

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

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

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