Html Css Color HEX #DDB237 Metallic Gold

📋 copy color: '#DDB237'

red 221 ◦ green 178 ◦ blue 55

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

Shades of Metallic Gold #DDB237

Tints of Metallic Gold #DDB237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.11%

R = 48.68%
G = 39.21%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDB237 (or 0xDDB237) is known color: Metallic Gold. HEX triplet: DD, B2 and 37. RGB value is (221,178,55). Sum of RGB (Red+Green+Blue) = 221+178+55=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB237 is #224DC8. Grayscale: #B1B1B1. Windows color (decimal): -2248137 or 3650269. OLE color: 3650269.

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

Color convert

RGB 221 178 55 -
CMYK 0 0.19 0.75 0.13
HSL 44.46º 0.71% 0.54% -
HSV(B) 44.46º 0.75% 0.87% -
XYZ 46.43 47.49 10.33 -
YUV 176.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 221 178 55 0 0.19 0.75 0.13 44.46 0.71 0.54
Hex DD B2 37 0 13 4B D 2C 47 36
Octal 335 262 67 0 23 113 15 54 107 66
Binary 11011101 10110010 110111 0 10011 1001011 1101 101100 1000111 110110

Color Harmonies of #DDB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB237

Black with #DDB237

Text Example


Text Example

White with #DDB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB237; }

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

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

background-color css

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

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

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

border-color css

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

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

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