Html Css Color HEX #DDB868 Equator

📋 copy color: '#DDB868'

red 221 ◦ green 184 ◦ blue 104

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

Shades of Equator #DDB868

Tints of Equator #DDB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.15%

 BLUE value IS 104 (41.02% from 255) = 20.43%

R = 43.42%
G = 36.15%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDB868 (or 0xDDB868) is known color: Equator. HEX triplet: DD, B8 and 68. RGB value is (221,184,104). Sum of RGB (Red+Green+Blue) = 221+184+104=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB868 is #224797. Grayscale: #BABABA. Windows color (decimal): -2246552 or 6863069. OLE color: 6863069.

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

Color convert

RGB 221 184 104 -
CMYK 0 0.17 0.53 0.13
HSL 41.03º 0.63% 0.64% -
HSV(B) 41.03º 0.53% 0.87% -
XYZ 49.46 50.65 20.27 -
YUV 185.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 221 184 104 0 0.17 0.53 0.13 41.03 0.63 0.64
Hex DD B8 68 0 11 35 D 29 3F 40
Octal 335 270 150 0 21 65 15 51 77 100
Binary 11011101 10111000 1101000 0 10001 110101 1101 101001 111111 1000000

Color Harmonies of #DDB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB868

Black with #DDB868

Text Example


Text Example

White with #DDB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB868; }

 p { color: rgb(221,184,104); }

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

background-color css

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

 a { background-color: rgb(221,184,104); }

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

border-color css

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

 span { border-color: rgb(221,184,104); }

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