Html Css Color HEX #CAB844 Old Gold

📋 copy color: '#CAB844'

red 202 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #CAB844

Tints of Old Gold #CAB844

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

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

R = 44.49%
G = 40.53%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB844 (or 0xCAB844) is known color: Old Gold. HEX triplet: CA, B8 and 44. RGB value is (202,184,68). Sum of RGB (Red+Green+Blue) = 202+184+68=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB844 is #3547BB. Grayscale: #B0B0B0. Windows color (decimal): -3491772 or 4503754. OLE color: 4503754.

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

Color convert

RGB 202 184 68 -
CMYK 0 0.09 0.66 0.21
HSL 51.94º 0.56% 0.53% -
HSV(B) 51.94º 0.66% 0.79% -
XYZ 42.54 47.25 12.35 -
YUV 176.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 202 184 68 0 0.09 0.66 0.21 51.94 0.56 0.53
Hex CA B8 44 0 9 42 15 34 38 35
Octal 312 270 104 0 11 102 25 64 70 65
Binary 11001010 10111000 1000100 0 1001 1000010 10101 110100 111000 110101

Color Harmonies of #CAB844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB844

Black with #CAB844

Text Example


Text Example

White with #CAB844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB844; }

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

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

background-color css

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

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

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

border-color css

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

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

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