Html Css Color HEX #DDB626 Gold Tips

📋 copy color: '#DDB626'

red 221 ◦ green 182 ◦ blue 38

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

Shades of Gold Tips #DDB626

Tints of Gold Tips #DDB626

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 50.11%
G = 41.27%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDB626 (or 0xDDB626) is known color: Gold Tips. HEX triplet: DD, B6 and 26. RGB value is (221,182,38). Sum of RGB (Red+Green+Blue) = 221+182+38=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB626 is #2249D9. Grayscale: #B1B1B1. Windows color (decimal): -2247130 or 2537181. OLE color: 2537181.

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

Color convert

RGB 221 182 38 -
CMYK 0 0.18 0.83 0.13
HSL 47.21º 0.73% 0.51% -
HSV(B) 47.21º 0.83% 0.87% -
XYZ 46.9 48.97 8.81 -
YUV 177.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 221 182 38 0 0.18 0.83 0.13 47.21 0.73 0.51
Hex DD B6 26 0 12 53 D 2F 49 33
Octal 335 266 46 0 22 123 15 57 111 63
Binary 11011101 10110110 100110 0 10010 1010011 1101 101111 1001001 110011

Color Harmonies of #DDB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB626

Black with #DDB626

Text Example


Text Example

White with #DDB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB626; }

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

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

background-color css

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

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

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

border-color css

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

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

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