Html Css Color HEX #DDB944 Old Gold

📋 copy color: '#DDB944'

red 221 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #DDB944

Tints of Old Gold #DDB944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 46.62%
G = 39.03%
B = 14.35%

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

#DDB944 (or 0xDDB944) is known color: Old Gold. HEX triplet: DD, B9 and 44. RGB value is (221,185,68). Sum of RGB (Red+Green+Blue) = 221+185+68=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB944 is #2246BB. Grayscale: #B6B6B6. Windows color (decimal): -2246332 or 4504029. OLE color: 4504029.

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

Color convert

RGB 221 185 68 -
CMYK 0 0.16 0.69 0.13
HSL 45.88º 0.69% 0.57% -
HSV(B) 45.88º 0.69% 0.87% -
XYZ 48.21 50.49 12.67 -
YUV 182.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 221 185 68 0 0.16 0.69 0.13 45.88 0.69 0.57
Hex DD B9 44 0 10 45 D 2E 45 39
Octal 335 271 104 0 20 105 15 56 105 71
Binary 11011101 10111001 1000100 0 10000 1000101 1101 101110 1000101 111001

Color Harmonies of #DDB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB944

Black with #DDB944

Text Example


Text Example

White with #DDB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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