Html Css Color HEX #DDB326 Gold Tips

📋 copy color: '#DDB326'

red 221 ◦ green 179 ◦ blue 38

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

Shades of Gold Tips #DDB326

Tints of Gold Tips #DDB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 50.46%
G = 40.87%
B = 8.68%

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

#DDB326 (or 0xDDB326) is known color: Gold Tips. HEX triplet: DD, B3 and 26. RGB value is (221,179,38). Sum of RGB (Red+Green+Blue) = 221+179+38=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB326 is #224CD9. Grayscale: #B0B0B0. Windows color (decimal): -2247898 or 2536413. OLE color: 2536413.

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

Color convert

RGB 221 179 38 -
CMYK 0 0.19 0.83 0.13
HSL 46.23º 0.73% 0.51% -
HSV(B) 46.23º 0.83% 0.87% -
XYZ 46.29 47.75 8.61 -
YUV 175.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 221 179 38 0 0.19 0.83 0.13 46.23 0.73 0.51
Hex DD B3 26 0 13 53 D 2E 49 33
Octal 335 263 46 0 23 123 15 56 111 63
Binary 11011101 10110011 100110 0 10011 1010011 1101 101110 1001001 110011

Color Harmonies of #DDB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB326

Black with #DDB326

Text Example


Text Example

White with #DDB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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