Html Css Color HEX #DDB61F Gold Tips

📋 copy color: '#DDB61F'

red 221 ◦ green 182 ◦ blue 31

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

Shades of Gold Tips #DDB61F

Tints of Gold Tips #DDB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 50.92%
G = 41.94%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB61F (or 0xDDB61F) is known color: Gold Tips. HEX triplet: DD, B6 and 1F. RGB value is (221,182,31). Sum of RGB (Red+Green+Blue) = 221+182+31=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB61F is #2249E0. Grayscale: #B1B1B1. Windows color (decimal): -2247137 or 2078429. OLE color: 2078429.

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

Color convert

RGB 221 182 31 -
CMYK 0 0.18 0.86 0.13
HSL 47.68º 0.75% 0.49% -
HSV(B) 47.68º 0.86% 0.87% -
XYZ 46.79 48.93 8.27 -
YUV 176.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 221 182 31 0 0.18 0.86 0.13 47.68 0.75 0.49
Hex DD B6 1F 0 12 56 D 30 4B 31
Octal 335 266 37 0 22 126 15 60 113 61
Binary 11011101 10110110 11111 0 10010 1010110 1101 110000 1001011 110001

Color Harmonies of #DDB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB61F

Black with #DDB61F

Text Example


Text Example

White with #DDB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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