Html Css Color HEX #DDB71F Gold Tips

📋 copy color: '#DDB71F'

red 221 ◦ green 183 ◦ blue 31

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

Shades of Gold Tips #DDB71F

Tints of Gold Tips #DDB71F

RGB

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

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

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

R = 50.8%
G = 42.07%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB71F (or 0xDDB71F) is known color: Gold Tips. HEX triplet: DD, B7 and 1F. RGB value is (221,183,31). Sum of RGB (Red+Green+Blue) = 221+183+31=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB71F is #2248E0. Grayscale: #B1B1B1. Windows color (decimal): -2246881 or 2078685. OLE color: 2078685.

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

Color convert

RGB 221 183 31 -
CMYK 0 0.17 0.86 0.13
HSL 48º 0.75% 0.49% -
HSV(B) 48º 0.86% 0.87% -
XYZ 47 49.34 8.34 -
YUV 177.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 221 183 31 0 0.17 0.86 0.13 48 0.75 0.49
Hex DD B7 1F 0 11 56 D 30 4B 31
Octal 335 267 37 0 21 126 15 60 113 61
Binary 11011101 10110111 11111 0 10001 1010110 1101 110000 1001011 110001

Color Harmonies of #DDB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB71F

Black with #DDB71F

Text Example


Text Example

White with #DDB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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