Html Css Color HEX #DDAB69 Equator

📋 copy color: '#DDAB69'

red 221 ◦ green 171 ◦ blue 105

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

Shades of Equator #DDAB69

Tints of Equator #DDAB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.13%

R = 44.47%
G = 34.41%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDAB69 (or 0xDDAB69) is known color: Equator. HEX triplet: DD, AB and 69. RGB value is (221,171,105). Sum of RGB (Red+Green+Blue) = 221+171+105=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB69 is #225496. Grayscale: #B2B2B2. Windows color (decimal): -2249879 or 6925277. OLE color: 6925277.

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

Color convert

RGB 221 171 105 -
CMYK 0 0.23 0.52 0.13
HSL 34.14º 0.63% 0.64% -
HSV(B) 34.14º 0.52% 0.87% -
XYZ 46.93 45.52 19.68 -
YUV 178.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 221 171 105 0 0.23 0.52 0.13 34.14 0.63 0.64
Hex DD AB 69 0 17 34 D 22 3F 40
Octal 335 253 151 0 27 64 15 42 77 100
Binary 11011101 10101011 1101001 0 10111 110100 1101 100010 111111 1000000

Color Harmonies of #DDAB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB69

Black with #DDAB69

Text Example


Text Example

White with #DDAB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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