Html Css Color HEX #DDB426 Gold Tips

📋 copy color: '#DDB426'

red 221 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #DDB426

Tints of Gold Tips #DDB426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.66%

R = 50.34%
G = 41%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDB426 (or 0xDDB426) is known color: Gold Tips. HEX triplet: DD, B4 and 26. RGB value is (221,180,38). Sum of RGB (Red+Green+Blue) = 221+180+38=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB426 is #224BD9. Grayscale: #B0B0B0. Windows color (decimal): -2247642 or 2536669. OLE color: 2536669.

HSL color Cylindrical-coordinate representation of color #DDB426: hue angle of 46.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDB426 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 38 -
CMYK 0 0.19 0.83 0.13
HSL 46.56º 0.73% 0.51% -
HSV(B) 46.56º 0.83% 0.87% -
XYZ 46.49 48.15 8.68 -
YUV 176.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 221 180 38 0 0.19 0.83 0.13 46.56 0.73 0.51
Hex DD B4 26 0 13 53 D 2F 49 33
Octal 335 264 46 0 23 123 15 57 111 63
Binary 11011101 10110100 100110 0 10011 1010011 1101 101111 1001001 110011

Color Harmonies of #DDB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB426

Black with #DDB426

Text Example


Text Example

White with #DDB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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