Html Css Color HEX #DDB363 Equator

📋 copy color: '#DDB363'

red 221 ◦ green 179 ◦ blue 99

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

Shades of Equator #DDB363

Tints of Equator #DDB363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.84%

R = 44.29%
G = 35.87%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB363 (or 0xDDB363) is known color: Equator. HEX triplet: DD, B3 and 63. RGB value is (221,179,99). Sum of RGB (Red+Green+Blue) = 221+179+99=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB363 is #224C9C. Grayscale: #B6B6B6. Windows color (decimal): -2247837 or 6534109. OLE color: 6534109.

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

Color convert

RGB 221 179 99 -
CMYK 0 0.19 0.55 0.13
HSL 39.34º 0.64% 0.63% -
HSV(B) 39.34º 0.55% 0.87% -
XYZ 48.19 48.51 18.63 -
YUV 182.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 221 179 99 0 0.19 0.55 0.13 39.34 0.64 0.63
Hex DD B3 63 0 13 37 D 27 40 3F
Octal 335 263 143 0 23 67 15 47 100 77
Binary 11011101 10110011 1100011 0 10011 110111 1101 100111 1000000 111111

Color Harmonies of #DDB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB363

Black with #DDB363

Text Example


Text Example

White with #DDB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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