Html Css Color HEX #DDBA45 Old Gold

📋 copy color: '#DDBA45'

red 221 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #DDBA45

Tints of Old Gold #DDBA45

RGB

 RED value IS 221 (86.72% from 255) = 46.43%

 GREEN value IS 186 (73.05% from 255) = 39.08%

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

R = 46.43%
G = 39.08%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDBA45 (or 0xDDBA45) is known color: Old Gold. HEX triplet: DD, BA and 45. RGB value is (221,186,69). Sum of RGB (Red+Green+Blue) = 221+186+69=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA45 is #2245BA. Grayscale: #B7B7B7. Windows color (decimal): -2246075 or 4569821. OLE color: 4569821.

HSL color Cylindrical-coordinate representation of color #DDBA45: hue angle of 46.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDBA45 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 69 -
CMYK 0 0.16 0.69 0.13
HSL 46.18º 0.69% 0.57% -
HSV(B) 46.18º 0.69% 0.87% -
XYZ 48.45 50.92 12.91 -
YUV 183.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 221 186 69 0 0.16 0.69 0.13 46.18 0.69 0.57
Hex DD BA 45 0 10 45 D 2E 45 39
Octal 335 272 105 0 20 105 15 56 105 71
Binary 11011101 10111010 1000101 0 10000 1000101 1101 101110 1000101 111001

Color Harmonies of #DDBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA45

Black with #DDBA45

Text Example


Text Example

White with #DDBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA45; }

 p { color: rgb(221,186,69); }

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

background-color css

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

 a { background-color: rgb(221,186,69); }

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

border-color css

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

 span { border-color: rgb(221,186,69); }

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