Html Css Color HEX #DDB239 Metallic Gold

📋 copy color: '#DDB239'

red 221 ◦ green 178 ◦ blue 57

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

Shades of Metallic Gold #DDB239

Tints of Metallic Gold #DDB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

 BLUE value IS 57 (22.66% from 255) = 12.5%

R = 48.46%
G = 39.04%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB239 (or 0xDDB239) is known color: Metallic Gold. HEX triplet: DD, B2 and 39. RGB value is (221,178,57). Sum of RGB (Red+Green+Blue) = 221+178+57=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB239 is #224DC6. Grayscale: #B1B1B1. Windows color (decimal): -2248135 or 3781341. OLE color: 3781341.

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

Color convert

RGB 221 178 57 -
CMYK 0 0.19 0.74 0.13
HSL 44.27º 0.71% 0.55% -
HSV(B) 44.27º 0.74% 0.87% -
XYZ 46.48 47.51 10.59 -
YUV 177.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 221 178 57 0 0.19 0.74 0.13 44.27 0.71 0.55
Hex DD B2 39 0 13 4A D 2C 47 37
Octal 335 262 71 0 23 112 15 54 107 67
Binary 11011101 10110010 111001 0 10011 1001010 1101 101100 1000111 110111

Color Harmonies of #DDB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB239

Black with #DDB239

Text Example


Text Example

White with #DDB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB239; }

 p { color: rgb(221,178,57); }

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

background-color css

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

 a { background-color: rgb(221,178,57); }

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

border-color css

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

 span { border-color: rgb(221,178,57); }

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