Html Css Color HEX #DDBA46 Old Gold

📋 copy color: '#DDBA46'

red 221 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #DDBA46

Tints of Old Gold #DDBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.68%

R = 46.33%
G = 38.99%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDBA46 (or 0xDDBA46) is known color: Old Gold. HEX triplet: DD, BA and 46. RGB value is (221,186,70). Sum of RGB (Red+Green+Blue) = 221+186+70=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA46 is #2245B9. Grayscale: #B7B7B7. Windows color (decimal): -2246074 or 4635357. OLE color: 4635357.

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

Color convert

RGB 221 186 70 -
CMYK 0 0.16 0.68 0.13
HSL 46.09º 0.69% 0.57% -
HSV(B) 46.09º 0.68% 0.87% -
XYZ 48.48 50.93 13.07 -
YUV 183.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 221 186 70 0 0.16 0.68 0.13 46.09 0.69 0.57
Hex DD BA 46 0 10 44 D 2E 45 39
Octal 335 272 106 0 20 104 15 56 105 71
Binary 11011101 10111010 1000110 0 10000 1000100 1101 101110 1000101 111001

Color Harmonies of #DDBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA46

Black with #DDBA46

Text Example


Text Example

White with #DDBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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