Html Css Color HEX #CAB442 Old Gold

📋 copy color: '#CAB442'

red 202 ◦ green 180 ◦ blue 66

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

Shades of Old Gold #CAB442

Tints of Old Gold #CAB442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 45.09%
G = 40.18%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAB442 (or 0xCAB442) is known color: Old Gold. HEX triplet: CA, B4 and 42. RGB value is (202,180,66). Sum of RGB (Red+Green+Blue) = 202+180+66=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB442 is #354BBD. Grayscale: #AEAEAE. Windows color (decimal): -3492798 or 4371658. OLE color: 4371658.

HSL color Cylindrical-coordinate representation of color #CAB442: hue angle of 50.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAB442 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 66 -
CMYK 0 0.11 0.67 0.21
HSL 50.29º 0.56% 0.53% -
HSV(B) 50.29º 0.67% 0.79% -
XYZ 41.66 45.59 11.76 -
YUV 173.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 202 180 66 0 0.11 0.67 0.21 50.29 0.56 0.53
Hex CA B4 42 0 B 43 15 32 38 35
Octal 312 264 102 0 13 103 25 62 70 65
Binary 11001010 10110100 1000010 0 1011 1000011 10101 110010 111000 110101

Color Harmonies of #CAB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB442

Black with #CAB442

Text Example


Text Example

White with #CAB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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