Html Css Color HEX #DFB362 Equator

📋 copy color: '#DFB362'

red 223 ◦ green 179 ◦ blue 98

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

Shades of Equator #DFB362

Tints of Equator #DFB362

RGB

 RED value IS 223 (87.5% from 255) = 44.6%

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

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

R = 44.6%
G = 35.8%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFB362 (or 0xDFB362) is known color: Equator. HEX triplet: DF, B3 and 62. RGB value is (223,179,98). Sum of RGB (Red+Green+Blue) = 223+179+98=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB362 is #204C9D. Grayscale: #B7B7B7. Windows color (decimal): -2116766 or 6468575. OLE color: 6468575.

HSL color Cylindrical-coordinate representation of color #DFB362: hue angle of 38.88º degrees, saturation: 0.66, 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 #DFB362 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 98 -
CMYK 0 0.20 0.56 0.13
HSL 38.88º 0.66% 0.63% -
HSV(B) 38.88º 0.56% 0.87% -
XYZ 48.76 48.81 18.41 -
YUV 182.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 223 179 98 0 0.20 0.56 0.13 38.88 0.66 0.63
Hex DF B3 62 0 14 38 D 27 42 3F
Octal 337 263 142 0 24 70 15 47 102 77
Binary 11011111 10110011 1100010 0 10100 111000 1101 100111 1000010 111111

Color Harmonies of #DFB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB362

Black with #DFB362

Text Example


Text Example

White with #DFB362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB362; }

 p { color: rgb(223,179,98); }

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

background-color css

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

 a { background-color: rgb(223,179,98); }

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

border-color css

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

 span { border-color: rgb(223,179,98); }

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