Html Css Color HEX #DDAB2E Gold Tips

📋 copy color: '#DDAB2E'

red 221 ◦ green 171 ◦ blue 46

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

Shades of Gold Tips #DDAB2E

Tints of Gold Tips #DDAB2E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 50.46%
G = 39.04%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDAB2E (or 0xDDAB2E) is known color: Gold Tips. HEX triplet: DD, AB and 2E. RGB value is (221,171,46). Sum of RGB (Red+Green+Blue) = 221+171+46=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB2E is #2254D1. Grayscale: #ACACAC. Windows color (decimal): -2249938 or 3058653. OLE color: 3058653.

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

Color convert

RGB 221 171 46 -
CMYK 0 0.23 0.79 0.13
HSL 42.86º 0.72% 0.52% -
HSV(B) 42.86º 0.79% 0.87% -
XYZ 44.87 44.7 8.85 -
YUV 171.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 221 171 46 0 0.23 0.79 0.13 42.86 0.72 0.52
Hex DD AB 2E 0 17 4F D 2B 48 34
Octal 335 253 56 0 27 117 15 53 110 64
Binary 11011101 10101011 101110 0 10111 1001111 1101 101011 1001000 110100

Color Harmonies of #DDAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB2E

Black with #DDAB2E

Text Example


Text Example

White with #DDAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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