Html Css Color HEX #CAB544 Old Gold

📋 copy color: '#CAB544'

red 202 ◦ green 181 ◦ blue 68

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

Shades of Old Gold #CAB544

Tints of Old Gold #CAB544

RGB

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

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

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

R = 44.79%
G = 40.13%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB544 (or 0xCAB544) is known color: Old Gold. HEX triplet: CA, B5 and 44. RGB value is (202,181,68). Sum of RGB (Red+Green+Blue) = 202+181+68=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB544 is #354ABB. Grayscale: #AEAEAE. Windows color (decimal): -3492540 or 4502986. OLE color: 4502986.

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

Color convert

RGB 202 181 68 -
CMYK 0 0.10 0.66 0.21
HSL 50.6º 0.56% 0.53% -
HSV(B) 50.6º 0.66% 0.79% -
XYZ 41.92 46.02 12.14 -
YUV 174.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 202 181 68 0 0.10 0.66 0.21 50.6 0.56 0.53
Hex CA B5 44 0 A 42 15 33 38 35
Octal 312 265 104 0 12 102 25 63 70 65
Binary 11001010 10110101 1000100 0 1010 1000010 10101 110011 111000 110101

Color Harmonies of #CAB544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB544

Black with #CAB544

Text Example


Text Example

White with #CAB544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB544; }

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

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

background-color css

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

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

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

border-color css

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

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

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