Html Css Color HEX #CAB446 Old Gold

📋 copy color: '#CAB446'

red 202 ◦ green 180 ◦ blue 70

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

Shades of Old Gold #CAB446

Tints of Old Gold #CAB446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 44.69%
G = 39.82%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAB446 (or 0xCAB446) is known color: Old Gold. HEX triplet: CA, B4 and 46. RGB value is (202,180,70). Sum of RGB (Red+Green+Blue) = 202+180+70=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB446 is #354BB9. Grayscale: #AEAEAE. Windows color (decimal): -3492794 or 4633802. OLE color: 4633802.

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

Color convert

RGB 202 180 70 -
CMYK 0 0.11 0.65 0.21
HSL 50º 0.55% 0.53% -
HSV(B) 50º 0.65% 0.79% -
XYZ 41.78 45.64 12.4 -
YUV 174.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 202 180 70 0 0.11 0.65 0.21 50 0.55 0.53
Hex CA B4 46 0 B 41 15 32 37 35
Octal 312 264 106 0 13 101 25 62 67 65
Binary 11001010 10110100 1000110 0 1011 1000001 10101 110010 110111 110101

Color Harmonies of #CAB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB446

Black with #CAB446

Text Example


Text Example

White with #CAB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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