Html Css Color HEX #DDB31E Gold Tips

📋 copy color: '#DDB31E'

red 221 ◦ green 179 ◦ blue 30

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

Shades of Gold Tips #DDB31E

Tints of Gold Tips #DDB31E

RGB

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

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

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

R = 51.4%
G = 41.63%
B = 6.98%

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

#DDB31E (or 0xDDB31E) is known color: Gold Tips. HEX triplet: DD, B3 and 1E. RGB value is (221,179,30). Sum of RGB (Red+Green+Blue) = 221+179+30=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB31E is #224CE1. Grayscale: #AFAFAF. Windows color (decimal): -2247906 or 2012125. OLE color: 2012125.

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

Color convert

RGB 221 179 30 -
CMYK 0 0.19 0.86 0.13
HSL 46.81º 0.76% 0.49% -
HSV(B) 46.81º 0.86% 0.87% -
XYZ 46.17 47.71 8 -
YUV 174.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 221 179 30 0 0.19 0.86 0.13 46.81 0.76 0.49
Hex DD B3 1E 0 13 56 D 2F 4C 31
Octal 335 263 36 0 23 126 15 57 114 61
Binary 11011101 10110011 11110 0 10011 1010110 1101 101111 1001100 110001

Color Harmonies of #DDB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB31E

Black with #DDB31E

Text Example


Text Example

White with #DDB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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