Html Css Color HEX #DDB664 Equator

📋 copy color: '#DDB664'

red 221 ◦ green 182 ◦ blue 100

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

Shades of Equator #DDB664

Tints of Equator #DDB664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 43.94%
G = 36.18%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB664 (or 0xDDB664) is known color: Equator. HEX triplet: DD, B6 and 64. RGB value is (221,182,100). Sum of RGB (Red+Green+Blue) = 221+182+100=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB664 is #22499B. Grayscale: #B8B8B8. Windows color (decimal): -2247068 or 6600413. OLE color: 6600413.

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

Color convert

RGB 221 182 100 -
CMYK 0 0.18 0.55 0.13
HSL 40.66º 0.64% 0.63% -
HSV(B) 40.66º 0.55% 0.87% -
XYZ 48.85 49.75 19.08 -
YUV 184.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 221 182 100 0 0.18 0.55 0.13 40.66 0.64 0.63
Hex DD B6 64 0 12 37 D 29 40 3F
Octal 335 266 144 0 22 67 15 51 100 77
Binary 11011101 10110110 1100100 0 10010 110111 1101 101001 1000000 111111

Color Harmonies of #DDB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB664

Black with #DDB664

Text Example


Text Example

White with #DDB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB664; }

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

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

background-color css

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

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

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

border-color css

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

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

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