Html Css Color HEX #DDAF68 Equator

📋 copy color: '#DDAF68'

red 221 ◦ green 175 ◦ blue 104

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

Shades of Equator #DDAF68

Tints of Equator #DDAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

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

R = 44.2%
G = 35%
B = 20.8%

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

#DDAF68 (or 0xDDAF68) is known color: Equator. HEX triplet: DD, AF and 68. RGB value is (221,175,104). Sum of RGB (Red+Green+Blue) = 221+175+104=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF68 is #225097. Grayscale: #B4B4B4. Windows color (decimal): -2248856 or 6860765. OLE color: 6860765.

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

Color convert

RGB 221 175 104 -
CMYK 0 0.21 0.53 0.13
HSL 36.41º 0.63% 0.64% -
HSV(B) 36.41º 0.53% 0.87% -
XYZ 47.65 47.03 19.66 -
YUV 180.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 221 175 104 0 0.21 0.53 0.13 36.41 0.63 0.64
Hex DD AF 68 0 15 35 D 24 3F 40
Octal 335 257 150 0 25 65 15 44 77 100
Binary 11011101 10101111 1101000 0 10101 110101 1101 100100 111111 1000000

Color Harmonies of #DDAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF68

Black with #DDAF68

Text Example


Text Example

White with #DDAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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