Html Css Color HEX #DDB940 Old Gold

📋 copy color: '#DDB940'

red 221 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #DDB940

Tints of Old Gold #DDB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.62%

R = 47.02%
G = 39.36%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB940 (or 0xDDB940) is known color: Old Gold. HEX triplet: DD, B9 and 40. RGB value is (221,185,64). Sum of RGB (Red+Green+Blue) = 221+185+64=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB940 is #2246BF. Grayscale: #B6B6B6. Windows color (decimal): -2246336 or 4241885. OLE color: 4241885.

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

Color convert

RGB 221 185 64 -
CMYK 0 0.16 0.71 0.13
HSL 46.24º 0.7% 0.56% -
HSV(B) 46.24º 0.71% 0.87% -
XYZ 48.09 50.44 12.05 -
YUV 181.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 221 185 64 0 0.16 0.71 0.13 46.24 0.7 0.56
Hex DD B9 40 0 10 47 D 2E 46 38
Octal 335 271 100 0 20 107 15 56 106 70
Binary 11011101 10111001 1000000 0 10000 1000111 1101 101110 1000110 111000

Color Harmonies of #DDB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB940

Black with #DDB940

Text Example


Text Example

White with #DDB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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