Html Css Color HEX #DDB366 Equator

📋 copy color: '#DDB366'

red 221 ◦ green 179 ◦ blue 102

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

Shades of Equator #DDB366

Tints of Equator #DDB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 102 (40.23% from 255) = 20.32%

R = 44.02%
G = 35.66%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDB366 (or 0xDDB366) is known color: Equator. HEX triplet: DD, B3 and 66. RGB value is (221,179,102). Sum of RGB (Red+Green+Blue) = 221+179+102=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB366 is #224C99. Grayscale: #B7B7B7. Windows color (decimal): -2247834 or 6730717. OLE color: 6730717.

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

Color convert

RGB 221 179 102 -
CMYK 0 0.19 0.54 0.13
HSL 38.82º 0.64% 0.63% -
HSV(B) 38.82º 0.54% 0.87% -
XYZ 48.34 48.57 19.4 -
YUV 182.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 221 179 102 0 0.19 0.54 0.13 38.82 0.64 0.63
Hex DD B3 66 0 13 36 D 27 40 3F
Octal 335 263 146 0 23 66 15 47 100 77
Binary 11011101 10110011 1100110 0 10011 110110 1101 100111 1000000 111111

Color Harmonies of #DDB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB366

Black with #DDB366

Text Example


Text Example

White with #DDB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB366; }

 p { color: rgb(221,179,102); }

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

background-color css

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

 a { background-color: rgb(221,179,102); }

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

border-color css

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

 span { border-color: rgb(221,179,102); }

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