Html Css Color HEX #CAB240 Old Gold

📋 copy color: '#CAB240'

red 202 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #CAB240

Tints of Old Gold #CAB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 45.5%
G = 40.09%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB240 (or 0xCAB240) is known color: Old Gold. HEX triplet: CA, B2 and 40. RGB value is (202,178,64). Sum of RGB (Red+Green+Blue) = 202+178+64=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB240 is #354DBF. Grayscale: #ACACAC. Windows color (decimal): -3493312 or 4240074. OLE color: 4240074.

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

Color convert

RGB 202 178 64 -
CMYK 0 0.12 0.68 0.21
HSL 49.57º 0.57% 0.52% -
HSV(B) 49.57º 0.68% 0.79% -
XYZ 41.2 44.77 11.32 -
YUV 172.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 202 178 64 0 0.12 0.68 0.21 49.57 0.57 0.52
Hex CA B2 40 0 C 44 15 32 39 34
Octal 312 262 100 0 14 104 25 62 71 64
Binary 11001010 10110010 1000000 0 1100 1000100 10101 110010 111001 110100

Color Harmonies of #CAB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB240

Black with #CAB240

Text Example


Text Example

White with #CAB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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