Html Css Color HEX #DDB31F Gold Tips

📋 copy color: '#DDB31F'

red 221 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #DDB31F

Tints of Gold Tips #DDB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 51.28%
G = 41.53%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB31F (or 0xDDB31F) is known color: Gold Tips. HEX triplet: DD, B3 and 1F. RGB value is (221,179,31). Sum of RGB (Red+Green+Blue) = 221+179+31=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB31F is #224CE0. Grayscale: #AFAFAF. Windows color (decimal): -2247905 or 2077661. OLE color: 2077661.

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

Color convert

RGB 221 179 31 -
CMYK 0 0.19 0.86 0.13
HSL 46.74º 0.75% 0.49% -
HSV(B) 46.74º 0.86% 0.87% -
XYZ 46.19 47.71 8.07 -
YUV 174.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 221 179 31 0 0.19 0.86 0.13 46.74 0.75 0.49
Hex DD B3 1F 0 13 56 D 2F 4B 31
Octal 335 263 37 0 23 126 15 57 113 61
Binary 11011101 10110011 11111 0 10011 1010110 1101 101111 1001011 110001

Color Harmonies of #DDB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB31F

Black with #DDB31F

Text Example


Text Example

White with #DDB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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