Html Css Color HEX #DDBA44 Old Gold

📋 copy color: '#DDBA44'

red 221 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #DDBA44

Tints of Old Gold #DDBA44

RGB

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

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

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

R = 46.53%
G = 39.16%
B = 14.32%

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

#DDBA44 (or 0xDDBA44) is known color: Old Gold. HEX triplet: DD, BA and 44. RGB value is (221,186,68). Sum of RGB (Red+Green+Blue) = 221+186+68=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA44 is #2245BB. Grayscale: #B7B7B7. Windows color (decimal): -2246076 or 4504285. OLE color: 4504285.

HSL color Cylindrical-coordinate representation of color #DDBA44: hue angle of 46.27º 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 #DDBA44 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 68 -
CMYK 0 0.16 0.69 0.13
HSL 46.27º 0.69% 0.57% -
HSV(B) 46.27º 0.69% 0.87% -
XYZ 48.42 50.91 12.74 -
YUV 183.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 221 186 68 0 0.16 0.69 0.13 46.27 0.69 0.57
Hex DD BA 44 0 10 45 D 2E 45 39
Octal 335 272 104 0 20 105 15 56 105 71
Binary 11011101 10111010 1000100 0 10000 1000101 1101 101110 1000101 111001

Color Harmonies of #DDBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA44

Black with #DDBA44

Text Example


Text Example

White with #DDBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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