Html Css Color HEX #DDB830 Gold Tips

📋 copy color: '#DDB830'

red 221 ◦ green 184 ◦ blue 48

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

Shades of Gold Tips #DDB830

Tints of Gold Tips #DDB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 48 (19.14% from 255) = 10.6%

R = 48.79%
G = 40.62%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDB830 (or 0xDDB830) is known color: Gold Tips. HEX triplet: DD, B8 and 30. RGB value is (221,184,48). Sum of RGB (Red+Green+Blue) = 221+184+48=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB830 is #2247CF. Grayscale: #B4B4B4. Windows color (decimal): -2246608 or 3193053. OLE color: 3193053.

HSL color Cylindrical-coordinate representation of color #DDB830: hue angle of 47.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDB830 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 48 -
CMYK 0 0.17 0.78 0.13
HSL 47.17º 0.72% 0.53% -
HSV(B) 47.17º 0.78% 0.87% -
XYZ 47.49 49.87 9.92 -
YUV 179.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 221 184 48 0 0.17 0.78 0.13 47.17 0.72 0.53
Hex DD B8 30 0 11 4E D 2F 48 35
Octal 335 270 60 0 21 116 15 57 110 65
Binary 11011101 10111000 110000 0 10001 1001110 1101 101111 1001000 110101

Color Harmonies of #DDB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB830

Black with #DDB830

Text Example


Text Example

White with #DDB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB830; }

 p { color: rgb(221,184,48); }

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

background-color css

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

 a { background-color: rgb(221,184,48); }

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

border-color css

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

 span { border-color: rgb(221,184,48); }

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