Html Css Color HEX #DFB562 Equator

📋 copy color: '#DFB562'

red 223 ◦ green 181 ◦ blue 98

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

Shades of Equator #DFB562

Tints of Equator #DFB562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

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

R = 44.42%
G = 36.06%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFB562 (or 0xDFB562) is known color: Equator. HEX triplet: DF, B5 and 62. RGB value is (223,181,98). Sum of RGB (Red+Green+Blue) = 223+181+98=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB562 is #204A9D. Grayscale: #B8B8B8. Windows color (decimal): -2116254 or 6469087. OLE color: 6469087.

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

Color convert

RGB 223 181 98 -
CMYK 0 0.19 0.56 0.13
HSL 39.84º 0.66% 0.63% -
HSV(B) 39.84º 0.56% 0.87% -
XYZ 49.16 49.62 18.54 -
YUV 184.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 223 181 98 0 0.19 0.56 0.13 39.84 0.66 0.63
Hex DF B5 62 0 13 38 D 28 42 3F
Octal 337 265 142 0 23 70 15 50 102 77
Binary 11011111 10110101 1100010 0 10011 111000 1101 101000 1000010 111111

Color Harmonies of #DFB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB562

Black with #DFB562

Text Example


Text Example

White with #DFB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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