Html Css Color HEX #DDB864 Equator

📋 copy color: '#DDB864'

red 221 ◦ green 184 ◦ blue 100

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

Shades of Equator #DDB864

Tints of Equator #DDB864

RGB

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

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

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

R = 43.76%
G = 36.44%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB864 (or 0xDDB864) is known color: Equator. HEX triplet: DD, B8 and 64. RGB value is (221,184,100). Sum of RGB (Red+Green+Blue) = 221+184+100=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB864 is #22479B. Grayscale: #B9B9B9. Windows color (decimal): -2246556 or 6600925. OLE color: 6600925.

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

Color convert

RGB 221 184 100 -
CMYK 0 0.17 0.55 0.13
HSL 41.65º 0.64% 0.63% -
HSV(B) 41.65º 0.55% 0.87% -
XYZ 49.26 50.57 19.22 -
YUV 185.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 221 184 100 0 0.17 0.55 0.13 41.65 0.64 0.63
Hex DD B8 64 0 11 37 D 2A 40 3F
Octal 335 270 144 0 21 67 15 52 100 77
Binary 11011101 10111000 1100100 0 10001 110111 1101 101010 1000000 111111

Color Harmonies of #DDB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB864

Black with #DDB864

Text Example


Text Example

White with #DDB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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