Html Css Color HEX #DDBC2D Gold Tips

📋 copy color: '#DDBC2D'

red 221 ◦ green 188 ◦ blue 45

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

Shades of Gold Tips #DDBC2D

Tints of Gold Tips #DDBC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.91%

R = 48.68%
G = 41.41%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDBC2D (or 0xDDBC2D) is known color: Gold Tips. HEX triplet: DD, BC and 2D. RGB value is (221,188,45). Sum of RGB (Red+Green+Blue) = 221+188+45=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC2D is #2243D2. Grayscale: #B6B6B6. Windows color (decimal): -2245587 or 2997469. OLE color: 2997469.

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

Color convert

RGB 221 188 45 -
CMYK 0 0.15 0.80 0.13
HSL 48.75º 0.72% 0.52% -
HSV(B) 48.75º 0.8% 0.87% -
XYZ 48.28 51.53 9.88 -
YUV 181.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 221 188 45 0 0.15 0.80 0.13 48.75 0.72 0.52
Hex DD BC 2D 0 F 50 D 31 48 34
Octal 335 274 55 0 17 120 15 61 110 64
Binary 11011101 10111100 101101 0 1111 1010000 1101 110001 1001000 110100

Color Harmonies of #DDBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC2D

Black with #DDBC2D

Text Example


Text Example

White with #DDBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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