Html Css Color HEX #DDA965 Equator

📋 copy color: '#DDA965'

red 221 ◦ green 169 ◦ blue 101

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

Shades of Equator #DDA965

Tints of Equator #DDA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 45.01%
G = 34.42%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA965 (or 0xDDA965) is known color: Equator. HEX triplet: DD, A9 and 65. RGB value is (221,169,101). Sum of RGB (Red+Green+Blue) = 221+169+101=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA965 is #22569A. Grayscale: #B1B1B1. Windows color (decimal): -2250395 or 6662621. OLE color: 6662621.

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

Color convert

RGB 221 169 101 -
CMYK 0 0.24 0.54 0.13
HSL 34º 0.64% 0.63% -
HSV(B) 34º 0.54% 0.87% -
XYZ 46.36 44.69 18.49 -
YUV 176.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 221 169 101 0 0.24 0.54 0.13 34 0.64 0.63
Hex DD A9 65 0 18 36 D 22 40 3F
Octal 335 251 145 0 30 66 15 42 100 77
Binary 11011101 10101001 1100101 0 11000 110110 1101 100010 1000000 111111

Color Harmonies of #DDA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA965

Black with #DDA965

Text Example


Text Example

White with #DDA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA965; }

 p { color: rgb(221,169,101); }

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

background-color css

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

 a { background-color: rgb(221,169,101); }

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

border-color css

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

 span { border-color: rgb(221,169,101); }

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