Html Css Color HEX #DDAE68 Equator

📋 copy color: '#DDAE68'

red 221 ◦ green 174 ◦ blue 104

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

Shades of Equator #DDAE68

Tints of Equator #DDAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.84%

R = 44.29%
G = 34.87%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDAE68 (or 0xDDAE68) is known color: Equator. HEX triplet: DD, AE and 68. RGB value is (221,174,104). Sum of RGB (Red+Green+Blue) = 221+174+104=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE68 is #225197. Grayscale: #B4B4B4. Windows color (decimal): -2249112 or 6860509. OLE color: 6860509.

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

Color convert

RGB 221 174 104 -
CMYK 0 0.21 0.53 0.13
HSL 35.9º 0.63% 0.64% -
HSV(B) 35.9º 0.53% 0.87% -
XYZ 47.45 46.64 19.6 -
YUV 180.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 221 174 104 0 0.21 0.53 0.13 35.9 0.63 0.64
Hex DD AE 68 0 15 35 D 24 3F 40
Octal 335 256 150 0 25 65 15 44 77 100
Binary 11011101 10101110 1101000 0 10101 110101 1101 100100 111111 1000000

Color Harmonies of #DDAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE68

Black with #DDAE68

Text Example


Text Example

White with #DDAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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