Html Css Color HEX #DDBC32 Gold Tips

📋 copy color: '#DDBC32'

red 221 ◦ green 188 ◦ blue 50

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

Shades of Gold Tips #DDBC32

Tints of Gold Tips #DDBC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 48.15%
G = 40.96%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDBC32 (or 0xDDBC32) is known color: Gold Tips. HEX triplet: DD, BC and 32. RGB value is (221,188,50). Sum of RGB (Red+Green+Blue) = 221+188+50=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC32 is #2243CD. Grayscale: #B6B6B6. Windows color (decimal): -2245582 or 3325149. OLE color: 3325149.

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

Color convert

RGB 221 188 50 -
CMYK 0 0.15 0.77 0.13
HSL 48.42º 0.72% 0.53% -
HSV(B) 48.42º 0.77% 0.87% -
XYZ 48.38 51.57 10.42 -
YUV 182.14 53.43 155.72 -
System Red Green Blue C M Y K H S L
Decimal 221 188 50 0 0.15 0.77 0.13 48.42 0.72 0.53
Hex DD BC 32 0 F 4D D 30 48 35
Octal 335 274 62 0 17 115 15 60 110 65
Binary 11011101 10111100 110010 0 1111 1001101 1101 110000 1001000 110101

Color Harmonies of #DDBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC32

Black with #DDBC32

Text Example


Text Example

White with #DDBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC32; }

 p { color: rgb(221,188,50); }

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

background-color css

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

 a { background-color: rgb(221,188,50); }

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

border-color css

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

 span { border-color: rgb(221,188,50); }

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