Html Css Color HEX #DDB32F Gold Tips

📋 copy color: '#DDB32F'

red 221 ◦ green 179 ◦ blue 47

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

Shades of Gold Tips #DDB32F

Tints of Gold Tips #DDB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.51%

R = 49.44%
G = 40.04%
B = 10.51%

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

#DDB32F (or 0xDDB32F) is known color: Gold Tips. HEX triplet: DD, B3 and 2F. RGB value is (221,179,47). Sum of RGB (Red+Green+Blue) = 221+179+47=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB32F is #224CD0. Grayscale: #B1B1B1. Windows color (decimal): -2247889 or 3126237. OLE color: 3126237.

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

Color convert

RGB 221 179 47 -
CMYK 0 0.19 0.79 0.13
HSL 45.52º 0.72% 0.53% -
HSV(B) 45.52º 0.79% 0.87% -
XYZ 46.45 47.82 9.47 -
YUV 176.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 221 179 47 0 0.19 0.79 0.13 45.52 0.72 0.53
Hex DD B3 2F 0 13 4F D 2E 48 35
Octal 335 263 57 0 23 117 15 56 110 65
Binary 11011101 10110011 101111 0 10011 1001111 1101 101110 1001000 110101

Color Harmonies of #DDB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB32F

Black with #DDB32F

Text Example


Text Example

White with #DDB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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