Html Css Color HEX #DDB629 Gold Tips

📋 copy color: '#DDB629'

red 221 ◦ green 182 ◦ blue 41

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

Shades of Gold Tips #DDB629

Tints of Gold Tips #DDB629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.23%

R = 49.77%
G = 40.99%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB629 (or 0xDDB629) is known color: Gold Tips. HEX triplet: DD, B6 and 29. RGB value is (221,182,41). Sum of RGB (Red+Green+Blue) = 221+182+41=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB629 is #2249D6. Grayscale: #B2B2B2. Windows color (decimal): -2247127 or 2733789. OLE color: 2733789.

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

Color convert

RGB 221 182 41 -
CMYK 0 0.18 0.81 0.13
HSL 47º 0.73% 0.51% -
HSV(B) 47º 0.81% 0.87% -
XYZ 46.95 48.99 9.08 -
YUV 177.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 221 182 41 0 0.18 0.81 0.13 47 0.73 0.51
Hex DD B6 29 0 12 51 D 2F 49 33
Octal 335 266 51 0 22 121 15 57 111 63
Binary 11011101 10110110 101001 0 10010 1010001 1101 101111 1001001 110011

Color Harmonies of #DDB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB629

Black with #DDB629

Text Example


Text Example

White with #DDB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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