Html Css Color HEX #DDA868 Equator

📋 copy color: '#DDA868'

red 221 ◦ green 168 ◦ blue 104

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

Shades of Equator #DDA868

Tints of Equator #DDA868

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

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

R = 44.83%
G = 34.08%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDA868 (or 0xDDA868) is known color: Equator. HEX triplet: DD, A8 and 68. RGB value is (221,168,104). Sum of RGB (Red+Green+Blue) = 221+168+104=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA868 is #225797. Grayscale: #B0B0B0. Windows color (decimal): -2250648 or 6858973. OLE color: 6858973.

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

Color convert

RGB 221 168 104 -
CMYK 0 0.24 0.53 0.13
HSL 32.82º 0.63% 0.64% -
HSV(B) 32.82º 0.53% 0.87% -
XYZ 46.32 44.38 19.22 -
YUV 176.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 221 168 104 0 0.24 0.53 0.13 32.82 0.63 0.64
Hex DD A8 68 0 18 35 D 21 3F 40
Octal 335 250 150 0 30 65 15 41 77 100
Binary 11011101 10101000 1101000 0 11000 110101 1101 100001 111111 1000000

Color Harmonies of #DDA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA868

Black with #DDA868

Text Example


Text Example

White with #DDA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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