Html Css Color HEX #DDB41E Gold Tips

📋 copy color: '#DDB41E'

red 221 ◦ green 180 ◦ blue 30

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

Shades of Gold Tips #DDB41E

Tints of Gold Tips #DDB41E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 51.28%
G = 41.76%
B = 6.96%

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

#DDB41E (or 0xDDB41E) is known color: Gold Tips. HEX triplet: DD, B4 and 1E. RGB value is (221,180,30). Sum of RGB (Red+Green+Blue) = 221+180+30=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB41E is #224BE1. Grayscale: #AFAFAF. Windows color (decimal): -2247650 or 2012381. OLE color: 2012381.

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

Color convert

RGB 221 180 30 -
CMYK 0 0.19 0.86 0.13
HSL 47.12º 0.76% 0.49% -
HSV(B) 47.12º 0.86% 0.87% -
XYZ 46.37 48.11 8.07 -
YUV 175.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 221 180 30 0 0.19 0.86 0.13 47.12 0.76 0.49
Hex DD B4 1E 0 13 56 D 2F 4C 31
Octal 335 264 36 0 23 126 15 57 114 61
Binary 11011101 10110100 11110 0 10011 1010110 1101 101111 1001100 110001

Color Harmonies of #DDB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB41E

Black with #DDB41E

Text Example


Text Example

White with #DDB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB41E; }

 p { color: rgb(221,180,30); }

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

background-color css

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

 a { background-color: rgb(221,180,30); }

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

border-color css

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

 span { border-color: rgb(221,180,30); }

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