Html Css Color HEX #DDB430 Gold Tips

📋 copy color: '#DDB430'

red 221 ◦ green 180 ◦ blue 48

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

Shades of Gold Tips #DDB430

Tints of Gold Tips #DDB430

RGB

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

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

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

R = 49.22%
G = 40.09%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDB430 (or 0xDDB430) is known color: Gold Tips. HEX triplet: DD, B4 and 30. RGB value is (221,180,48). Sum of RGB (Red+Green+Blue) = 221+180+48=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB430 is #224BCF. Grayscale: #B1B1B1. Windows color (decimal): -2247632 or 3192029. OLE color: 3192029.

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

Color convert

RGB 221 180 48 -
CMYK 0 0.19 0.78 0.13
HSL 45.78º 0.72% 0.53% -
HSV(B) 45.78º 0.78% 0.87% -
XYZ 46.67 48.23 9.65 -
YUV 177.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 221 180 48 0 0.19 0.78 0.13 45.78 0.72 0.53
Hex DD B4 30 0 13 4E D 2E 48 35
Octal 335 264 60 0 23 116 15 56 110 65
Binary 11011101 10110100 110000 0 10011 1001110 1101 101110 1001000 110101

Color Harmonies of #DDB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB430

Black with #DDB430

Text Example


Text Example

White with #DDB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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