Html Css Color HEX #DDBC2E Gold Tips

📋 copy color: '#DDBC2E'

red 221 ◦ green 188 ◦ blue 46

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

Shades of Gold Tips #DDBC2E

Tints of Gold Tips #DDBC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 48.57%
G = 41.32%
B = 10.11%

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

#DDBC2E (or 0xDDBC2E) is known color: Gold Tips. HEX triplet: DD, BC and 2E. RGB value is (221,188,46). Sum of RGB (Red+Green+Blue) = 221+188+46=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC2E is #2243D1. Grayscale: #B6B6B6. Windows color (decimal): -2245586 or 3063005. OLE color: 3063005.

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

Color convert

RGB 221 188 46 -
CMYK 0 0.15 0.79 0.13
HSL 48.69º 0.72% 0.52% -
HSV(B) 48.69º 0.79% 0.87% -
XYZ 48.3 51.54 9.99 -
YUV 181.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 221 188 46 0 0.15 0.79 0.13 48.69 0.72 0.52
Hex DD BC 2E 0 F 4F D 31 48 34
Octal 335 274 56 0 17 117 15 61 110 64
Binary 11011101 10111100 101110 0 1111 1001111 1101 110001 1001000 110100

Color Harmonies of #DDBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC2E

Black with #DDBC2E

Text Example


Text Example

White with #DDBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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