Html Css Color HEX #DDBA2D Gold Tips

📋 copy color: '#DDBA2D'

red 221 ◦ green 186 ◦ blue 45

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

Shades of Gold Tips #DDBA2D

Tints of Gold Tips #DDBA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 48.89%
G = 41.15%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDBA2D (or 0xDDBA2D) is known color: Gold Tips. HEX triplet: DD, BA and 2D. RGB value is (221,186,45). Sum of RGB (Red+Green+Blue) = 221+186+45=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA2D is #2245D2. Grayscale: #B4B4B4. Windows color (decimal): -2246099 or 2996957. OLE color: 2996957.

HSL color Cylindrical-coordinate representation of color #DDBA2D: hue angle of 48.07º 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 #DDBA2D is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 45 -
CMYK 0 0.16 0.80 0.13
HSL 48.07º 0.72% 0.52% -
HSV(B) 48.07º 0.8% 0.87% -
XYZ 47.85 50.68 9.74 -
YUV 180.39 51.6 156.96 -
System Red Green Blue C M Y K H S L
Decimal 221 186 45 0 0.16 0.80 0.13 48.07 0.72 0.52
Hex DD BA 2D 0 10 50 D 30 48 34
Octal 335 272 55 0 20 120 15 60 110 64
Binary 11011101 10111010 101101 0 10000 1010000 1101 110000 1001000 110100

Color Harmonies of #DDBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA2D

Black with #DDBA2D

Text Example


Text Example

White with #DDBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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