Html Css Color HEX #DDAB2C Gold Tips

📋 copy color: '#DDAB2C'

red 221 ◦ green 171 ◦ blue 44

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

Shades of Gold Tips #DDAB2C

Tints of Gold Tips #DDAB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 50.69%
G = 39.22%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDAB2C (or 0xDDAB2C) is known color: Gold Tips. HEX triplet: DD, AB and 2C. RGB value is (221,171,44). Sum of RGB (Red+Green+Blue) = 221+171+44=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB2C is #2254D3. Grayscale: #ACACAC. Windows color (decimal): -2249940 or 2927581. OLE color: 2927581.

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

Color convert

RGB 221 171 44 -
CMYK 0 0.23 0.80 0.13
HSL 43.05º 0.72% 0.52% -
HSV(B) 43.05º 0.8% 0.87% -
XYZ 44.84 44.68 8.64 -
YUV 171.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 221 171 44 0 0.23 0.80 0.13 43.05 0.72 0.52
Hex DD AB 2C 0 17 50 D 2B 48 34
Octal 335 253 54 0 27 120 15 53 110 64
Binary 11011101 10101011 101100 0 10111 1010000 1101 101011 1001000 110100

Color Harmonies of #DDAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB2C

Black with #DDAB2C

Text Example


Text Example

White with #DDAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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