Html Css Color HEX #DDB72F Gold Tips

📋 copy color: '#DDB72F'

red 221 ◦ green 183 ◦ blue 47

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

Shades of Gold Tips #DDB72F

Tints of Gold Tips #DDB72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

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

R = 49%
G = 40.58%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDB72F (or 0xDDB72F) is known color: Gold Tips. HEX triplet: DD, B7 and 2F. RGB value is (221,183,47). Sum of RGB (Red+Green+Blue) = 221+183+47=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB72F is #2248D0. Grayscale: #B3B3B3. Windows color (decimal): -2246865 or 3127261. OLE color: 3127261.

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

Color convert

RGB 221 183 47 -
CMYK 0 0.17 0.79 0.13
HSL 46.9º 0.72% 0.53% -
HSV(B) 46.9º 0.79% 0.87% -
XYZ 47.27 49.44 9.74 -
YUV 178.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 221 183 47 0 0.17 0.79 0.13 46.9 0.72 0.53
Hex DD B7 2F 0 11 4F D 2F 48 35
Octal 335 267 57 0 21 117 15 57 110 65
Binary 11011101 10110111 101111 0 10001 1001111 1101 101111 1001000 110101

Color Harmonies of #DDB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB72F

Black with #DDB72F

Text Example


Text Example

White with #DDB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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