Html Css Color HEX #DDB32B Gold Tips

📋 copy color: '#DDB32B'

red 221 ◦ green 179 ◦ blue 43

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

Shades of Gold Tips #DDB32B

Tints of Gold Tips #DDB32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.71%

R = 49.89%
G = 40.41%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB32B (or 0xDDB32B) is known color: Gold Tips. HEX triplet: DD, B3 and 2B. RGB value is (221,179,43). Sum of RGB (Red+Green+Blue) = 221+179+43=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB32B is #224CD4. Grayscale: #B0B0B0. Windows color (decimal): -2247893 or 2864093. OLE color: 2864093.

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

Color convert

RGB 221 179 43 -
CMYK 0 0.19 0.81 0.13
HSL 45.84º 0.72% 0.52% -
HSV(B) 45.84º 0.81% 0.87% -
XYZ 46.37 47.79 9.07 -
YUV 176.05 52.91 160.06 -
System Red Green Blue C M Y K H S L
Decimal 221 179 43 0 0.19 0.81 0.13 45.84 0.72 0.52
Hex DD B3 2B 0 13 51 D 2E 48 34
Octal 335 263 53 0 23 121 15 56 110 64
Binary 11011101 10110011 101011 0 10011 1010001 1101 101110 1001000 110100

Color Harmonies of #DDB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB32B

Black with #DDB32B

Text Example


Text Example

White with #DDB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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