Html Css Color HEX #CAB540 Old Gold

📋 copy color: '#CAB540'

red 202 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #CAB540

Tints of Old Gold #CAB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 45.19%
G = 40.49%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB540 (or 0xCAB540) is known color: Old Gold. HEX triplet: CA, B5 and 40. RGB value is (202,181,64). Sum of RGB (Red+Green+Blue) = 202+181+64=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB540 is #354ABF. Grayscale: #AEAEAE. Windows color (decimal): -3492544 or 4240842. OLE color: 4240842.

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

Color convert

RGB 202 181 64 -
CMYK 0 0.10 0.68 0.21
HSL 50.87º 0.57% 0.52% -
HSV(B) 50.87º 0.68% 0.79% -
XYZ 41.81 45.97 11.52 -
YUV 173.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 202 181 64 0 0.10 0.68 0.21 50.87 0.57 0.52
Hex CA B5 40 0 A 44 15 33 39 34
Octal 312 265 100 0 12 104 25 63 71 64
Binary 11001010 10110101 1000000 0 1010 1000100 10101 110011 111001 110100

Color Harmonies of #CAB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB540

Black with #CAB540

Text Example


Text Example

White with #CAB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB540; }

 p { color: rgb(202,181,64); }

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

background-color css

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

 a { background-color: rgb(202,181,64); }

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

border-color css

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

 span { border-color: rgb(202,181,64); }

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