Html Css Color HEX #CAB440 Old Gold

📋 copy color: '#CAB440'

red 202 ◦ green 180 ◦ blue 64

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

Shades of Old Gold #CAB440

Tints of Old Gold #CAB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.36%

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

R = 45.29%
G = 40.36%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB440 (or 0xCAB440) is known color: Old Gold. HEX triplet: CA, B4 and 40. RGB value is (202,180,64). Sum of RGB (Red+Green+Blue) = 202+180+64=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB440 is #354BBF. Grayscale: #ADADAD. Windows color (decimal): -3492800 or 4240586. OLE color: 4240586.

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

Color convert

RGB 202 180 64 -
CMYK 0 0.11 0.68 0.21
HSL 50.43º 0.57% 0.52% -
HSV(B) 50.43º 0.68% 0.79% -
XYZ 41.6 45.57 11.45 -
YUV 173.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 202 180 64 0 0.11 0.68 0.21 50.43 0.57 0.52
Hex CA B4 40 0 B 44 15 32 39 34
Octal 312 264 100 0 13 104 25 62 71 64
Binary 11001010 10110100 1000000 0 1011 1000100 10101 110010 111001 110100

Color Harmonies of #CAB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB440

Black with #CAB440

Text Example


Text Example

White with #CAB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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