Html Css Color HEX #DDAE67 Equator

📋 copy color: '#DDAE67'

red 221 ◦ green 174 ◦ blue 103

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

Shades of Equator #DDAE67

Tints of Equator #DDAE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.68%

R = 44.38%
G = 34.94%
B = 20.68%

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

#DDAE67 (or 0xDDAE67) is known color: Equator. HEX triplet: DD, AE and 67. RGB value is (221,174,103). Sum of RGB (Red+Green+Blue) = 221+174+103=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE67 is #225198. Grayscale: #B4B4B4. Windows color (decimal): -2249113 or 6794973. OLE color: 6794973.

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

Color convert

RGB 221 174 103 -
CMYK 0 0.21 0.53 0.13
HSL 36.1º 0.63% 0.64% -
HSV(B) 36.1º 0.53% 0.87% -
XYZ 47.4 46.62 19.33 -
YUV 179.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 221 174 103 0 0.21 0.53 0.13 36.1 0.63 0.64
Hex DD AE 67 0 15 35 D 24 3F 40
Octal 335 256 147 0 25 65 15 44 77 100
Binary 11011101 10101110 1100111 0 10101 110101 1101 100100 111111 1000000

Color Harmonies of #DDAE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE67

Black with #DDAE67

Text Example


Text Example

White with #DDAE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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