Html Css Color HEX #CAB244 Old Gold

📋 copy color: '#CAB244'

red 202 ◦ green 178 ◦ blue 68

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

Shades of Old Gold #CAB244

Tints of Old Gold #CAB244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.73%

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

R = 45.09%
G = 39.73%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB244 (or 0xCAB244) is known color: Old Gold. HEX triplet: CA, B2 and 44. RGB value is (202,178,68). Sum of RGB (Red+Green+Blue) = 202+178+68=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB244 is #354DBB. Grayscale: #ADADAD. Windows color (decimal): -3493308 or 4502218. OLE color: 4502218.

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

Color convert

RGB 202 178 68 -
CMYK 0 0.12 0.66 0.21
HSL 49.25º 0.56% 0.53% -
HSV(B) 49.25º 0.66% 0.79% -
XYZ 41.32 44.81 11.94 -
YUV 172.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 202 178 68 0 0.12 0.66 0.21 49.25 0.56 0.53
Hex CA B2 44 0 C 42 15 31 38 35
Octal 312 262 104 0 14 102 25 61 70 65
Binary 11001010 10110010 1000100 0 1100 1000010 10101 110001 111000 110101

Color Harmonies of #CAB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB244

Black with #CAB244

Text Example


Text Example

White with #CAB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB244; }

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

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

background-color css

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

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

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

border-color css

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

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

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