Html Css Color HEX #DDB431 Gold Tips

📋 copy color: '#DDB431'

red 221 ◦ green 180 ◦ blue 49

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

Shades of Gold Tips #DDB431

Tints of Gold Tips #DDB431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.89%

R = 49.11%
G = 40%
B = 10.89%

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

#DDB431 (or 0xDDB431) is known color: Gold Tips. HEX triplet: DD, B4 and 31. RGB value is (221,180,49). Sum of RGB (Red+Green+Blue) = 221+180+49=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB431 is #224BCE. Grayscale: #B1B1B1. Windows color (decimal): -2247631 or 3257565. OLE color: 3257565.

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

Color convert

RGB 221 180 49 -
CMYK 0 0.19 0.78 0.13
HSL 45.7º 0.72% 0.53% -
HSV(B) 45.7º 0.78% 0.87% -
XYZ 46.69 48.24 9.76 -
YUV 177.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 221 180 49 0 0.19 0.78 0.13 45.7 0.72 0.53
Hex DD B4 31 0 13 4E D 2E 48 35
Octal 335 264 61 0 23 116 15 56 110 65
Binary 11011101 10110100 110001 0 10011 1001110 1101 101110 1001000 110101

Color Harmonies of #DDB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB431

Black with #DDB431

Text Example


Text Example

White with #DDB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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