Html Css Color HEX #DDBC2F Gold Tips

📋 copy color: '#DDBC2F'

red 221 ◦ green 188 ◦ blue 47

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

Shades of Gold Tips #DDBC2F

Tints of Gold Tips #DDBC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 48.46%
G = 41.23%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDBC2F (or 0xDDBC2F) is known color: Gold Tips. HEX triplet: DD, BC and 2F. RGB value is (221,188,47). Sum of RGB (Red+Green+Blue) = 221+188+47=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC2F is #2243D0. Grayscale: #B6B6B6. Windows color (decimal): -2245585 or 3128541. OLE color: 3128541.

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

Color convert

RGB 221 188 47 -
CMYK 0 0.15 0.79 0.13
HSL 48.62º 0.72% 0.53% -
HSV(B) 48.62º 0.79% 0.87% -
XYZ 48.32 51.54 10.09 -
YUV 181.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 221 188 47 0 0.15 0.79 0.13 48.62 0.72 0.53
Hex DD BC 2F 0 F 4F D 31 48 35
Octal 335 274 57 0 17 117 15 61 110 65
Binary 11011101 10111100 101111 0 1111 1001111 1101 110001 1001000 110101

Color Harmonies of #DDBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC2F

Black with #DDBC2F

Text Example


Text Example

White with #DDBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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