Html Css Color HEX #DDB32E Gold Tips

📋 copy color: '#DDB32E'

red 221 ◦ green 179 ◦ blue 46

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

Shades of Gold Tips #DDB32E

Tints of Gold Tips #DDB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

 BLUE value IS 46 (18.36% from 255) = 10.31%

R = 49.55%
G = 40.13%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDB32E (or 0xDDB32E) is known color: Gold Tips. HEX triplet: DD, B3 and 2E. RGB value is (221,179,46). Sum of RGB (Red+Green+Blue) = 221+179+46=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB32E is #224CD1. Grayscale: #B0B0B0. Windows color (decimal): -2247890 or 3060701. OLE color: 3060701.

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

Color convert

RGB 221 179 46 -
CMYK 0 0.19 0.79 0.13
HSL 45.6º 0.72% 0.52% -
HSV(B) 45.6º 0.79% 0.87% -
XYZ 46.43 47.81 9.37 -
YUV 176.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 221 179 46 0 0.19 0.79 0.13 45.6 0.72 0.52
Hex DD B3 2E 0 13 4F D 2E 48 34
Octal 335 263 56 0 23 117 15 56 110 64
Binary 11011101 10110011 101110 0 10011 1001111 1101 101110 1001000 110100

Color Harmonies of #DDB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB32E

Black with #DDB32E

Text Example


Text Example

White with #DDB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB32E; }

 p { color: rgb(221,179,46); }

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

background-color css

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

 a { background-color: rgb(221,179,46); }

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

border-color css

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

 span { border-color: rgb(221,179,46); }

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