Html Css Color HEX #DDBA3E Old Gold

📋 copy color: '#DDBA3E'

red 221 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #DDBA3E

Tints of Old Gold #DDBA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.22%

R = 47.12%
G = 39.66%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDBA3E (or 0xDDBA3E) is known color: Old Gold. HEX triplet: DD, BA and 3E. RGB value is (221,186,62). Sum of RGB (Red+Green+Blue) = 221+186+62=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA3E is #2245C1. Grayscale: #B6B6B6. Windows color (decimal): -2246082 or 4111069. OLE color: 4111069.

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

Color convert

RGB 221 186 62 -
CMYK 0 0.16 0.72 0.13
HSL 46.79º 0.7% 0.55% -
HSV(B) 46.79º 0.72% 0.87% -
XYZ 48.25 50.84 11.83 -
YUV 182.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 221 186 62 0 0.16 0.72 0.13 46.79 0.7 0.55
Hex DD BA 3E 0 10 48 D 2F 46 37
Octal 335 272 76 0 20 110 15 57 106 67
Binary 11011101 10111010 111110 0 10000 1001000 1101 101111 1000110 110111

Color Harmonies of #DDBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA3E

Black with #DDBA3E

Text Example


Text Example

White with #DDBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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