Html Css Color HEX #DDB52F Gold Tips

📋 copy color: '#DDB52F'

red 221 ◦ green 181 ◦ blue 47

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

Shades of Gold Tips #DDB52F

Tints of Gold Tips #DDB52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

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

R = 49.22%
G = 40.31%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDB52F (or 0xDDB52F) is known color: Gold Tips. HEX triplet: DD, B5 and 2F. RGB value is (221,181,47). Sum of RGB (Red+Green+Blue) = 221+181+47=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB52F is #224AD0. Grayscale: #B2B2B2. Windows color (decimal): -2247377 or 3126749. OLE color: 3126749.

HSL color Cylindrical-coordinate representation of color #DDB52F: hue angle of 46.21º 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 #DDB52F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 47 -
CMYK 0 0.18 0.79 0.13
HSL 46.21º 0.72% 0.53% -
HSV(B) 46.21º 0.79% 0.87% -
XYZ 46.86 48.63 9.61 -
YUV 177.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 221 181 47 0 0.18 0.79 0.13 46.21 0.72 0.53
Hex DD B5 2F 0 12 4F D 2E 48 35
Octal 335 265 57 0 22 117 15 56 110 65
Binary 11011101 10110101 101111 0 10010 1001111 1101 101110 1001000 110101

Color Harmonies of #DDB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB52F

Black with #DDB52F

Text Example


Text Example

White with #DDB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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