Html Css Color HEX #DDB862 Equator

📋 copy color: '#DDB862'

red 221 ◦ green 184 ◦ blue 98

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

Shades of Equator #DDB862

Tints of Equator #DDB862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.48%

R = 43.94%
G = 36.58%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB862 (or 0xDDB862) is known color: Equator. HEX triplet: DD, B8 and 62. RGB value is (221,184,98). Sum of RGB (Red+Green+Blue) = 221+184+98=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB862 is #22479D. Grayscale: #B9B9B9. Windows color (decimal): -2246558 or 6469853. OLE color: 6469853.

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

Color convert

RGB 221 184 98 -
CMYK 0 0.17 0.56 0.13
HSL 41.95º 0.64% 0.63% -
HSV(B) 41.95º 0.56% 0.87% -
XYZ 49.16 50.53 18.72 -
YUV 185.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 221 184 98 0 0.17 0.56 0.13 41.95 0.64 0.63
Hex DD B8 62 0 11 38 D 2A 40 3F
Octal 335 270 142 0 21 70 15 52 100 77
Binary 11011101 10111000 1100010 0 10001 111000 1101 101010 1000000 111111

Color Harmonies of #DDB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB862

Black with #DDB862

Text Example


Text Example

White with #DDB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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