Html Css Color HEX #DDB236 Metallic Gold

📋 copy color: '#DDB236'

red 221 ◦ green 178 ◦ blue 54

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

Shades of Metallic Gold #DDB236

Tints of Metallic Gold #DDB236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.92%

R = 48.79%
G = 39.29%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDB236 (or 0xDDB236) is known color: Metallic Gold. HEX triplet: DD, B2 and 36. RGB value is (221,178,54). Sum of RGB (Red+Green+Blue) = 221+178+54=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB236 is #224DC9. Grayscale: #B1B1B1. Windows color (decimal): -2248138 or 3584733. OLE color: 3584733.

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

Color convert

RGB 221 178 54 -
CMYK 0 0.19 0.76 0.13
HSL 44.55º 0.71% 0.54% -
HSV(B) 44.55º 0.76% 0.87% -
XYZ 46.41 47.48 10.21 -
YUV 176.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 221 178 54 0 0.19 0.76 0.13 44.55 0.71 0.54
Hex DD B2 36 0 13 4C D 2D 47 36
Octal 335 262 66 0 23 114 15 55 107 66
Binary 11011101 10110010 110110 0 10011 1001100 1101 101101 1000111 110110

Color Harmonies of #DDB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB236

Black with #DDB236

Text Example


Text Example

White with #DDB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB236; }

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

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

background-color css

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

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

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

border-color css

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

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

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