Html Css Color HEX #DDB665 Equator

📋 copy color: '#DDB665'

red 221 ◦ green 182 ◦ blue 101

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

Shades of Equator #DDB665

Tints of Equator #DDB665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 43.85%
G = 36.11%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDB665 (or 0xDDB665) is known color: Equator. HEX triplet: DD, B6 and 65. RGB value is (221,182,101). Sum of RGB (Red+Green+Blue) = 221+182+101=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB665 is #22499A. Grayscale: #B8B8B8. Windows color (decimal): -2247067 or 6665949. OLE color: 6665949.

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

Color convert

RGB 221 182 101 -
CMYK 0 0.18 0.54 0.13
HSL 40.5º 0.64% 0.63% -
HSV(B) 40.5º 0.54% 0.87% -
XYZ 48.9 49.77 19.34 -
YUV 184.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 221 182 101 0 0.18 0.54 0.13 40.5 0.64 0.63
Hex DD B6 65 0 12 36 D 28 40 3F
Octal 335 266 145 0 22 66 15 50 100 77
Binary 11011101 10110110 1100101 0 10010 110110 1101 101000 1000000 111111

Color Harmonies of #DDB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB665

Black with #DDB665

Text Example


Text Example

White with #DDB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB665; }

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

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

background-color css

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

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

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

border-color css

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

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

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