Html Css Color HEX #CAB445 Old Gold

📋 copy color: '#CAB445'

red 202 ◦ green 180 ◦ blue 69

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

Shades of Old Gold #CAB445

Tints of Old Gold #CAB445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.3%

R = 44.79%
G = 39.91%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB445 (or 0xCAB445) is known color: Old Gold. HEX triplet: CA, B4 and 45. RGB value is (202,180,69). Sum of RGB (Red+Green+Blue) = 202+180+69=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB445 is #354BBA. Grayscale: #AEAEAE. Windows color (decimal): -3492795 or 4568266. OLE color: 4568266.

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

Color convert

RGB 202 180 69 -
CMYK 0 0.11 0.66 0.21
HSL 50.08º 0.56% 0.53% -
HSV(B) 50.08º 0.66% 0.79% -
XYZ 41.75 45.63 12.24 -
YUV 173.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 202 180 69 0 0.11 0.66 0.21 50.08 0.56 0.53
Hex CA B4 45 0 B 42 15 32 38 35
Octal 312 264 105 0 13 102 25 62 70 65
Binary 11001010 10110100 1000101 0 1011 1000010 10101 110010 111000 110101

Color Harmonies of #CAB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB445

Black with #CAB445

Text Example


Text Example

White with #CAB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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