Html Css Color HEX #DDAE23 Gold Tips

📋 copy color: '#DDAE23'

red 221 ◦ green 174 ◦ blue 35

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

Shades of Gold Tips #DDAE23

Tints of Gold Tips #DDAE23

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

 BLUE value IS 35 (14.06% from 255) = 8.14%

R = 51.4%
G = 40.47%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDAE23 (or 0xDDAE23) is known color: Gold Tips. HEX triplet: DD, AE and 23. RGB value is (221,174,35). Sum of RGB (Red+Green+Blue) = 221+174+35=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE23 is #2251DC. Grayscale: #ACACAC. Windows color (decimal): -2249181 or 2338525. OLE color: 2338525.

HSL color Cylindrical-coordinate representation of color #DDAE23: hue angle of 44.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDAE23 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 35 -
CMYK 0 0.21 0.84 0.13
HSL 44.84º 0.73% 0.5% -
HSV(B) 44.84º 0.84% 0.87% -
XYZ 45.26 45.77 8.04 -
YUV 172.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 221 174 35 0 0.21 0.84 0.13 44.84 0.73 0.5
Hex DD AE 23 0 15 54 D 2D 49 32
Octal 335 256 43 0 25 124 15 55 111 62
Binary 11011101 10101110 100011 0 10101 1010100 1101 101101 1001001 110010

Color Harmonies of #DDAE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE23

Black with #DDAE23

Text Example


Text Example

White with #DDAE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE23; }

 p { color: rgb(221,174,35); }

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

background-color css

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

 a { background-color: rgb(221,174,35); }

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

border-color css

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

 span { border-color: rgb(221,174,35); }

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