Html Css Color HEX #CAB944 Old Gold

📋 copy color: '#CAB944'

red 202 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #CAB944

Tints of Old Gold #CAB944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.95%

R = 44.4%
G = 40.66%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB944 (or 0xCAB944) is known color: Old Gold. HEX triplet: CA, B9 and 44. RGB value is (202,185,68). Sum of RGB (Red+Green+Blue) = 202+185+68=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB944 is #3546BB. Grayscale: #B1B1B1. Windows color (decimal): -3491516 or 4504010. OLE color: 4504010.

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

Color convert

RGB 202 185 68 -
CMYK 0 0.08 0.66 0.21
HSL 52.39º 0.56% 0.53% -
HSV(B) 52.39º 0.66% 0.79% -
XYZ 42.75 47.67 12.42 -
YUV 176.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 202 185 68 0 0.08 0.66 0.21 52.39 0.56 0.53
Hex CA B9 44 0 8 42 15 34 38 35
Octal 312 271 104 0 10 102 25 64 70 65
Binary 11001010 10111001 1000100 0 1000 1000010 10101 110100 111000 110101

Color Harmonies of #CAB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB944

Black with #CAB944

Text Example


Text Example

White with #CAB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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