Html Css Color HEX #DFB261 Equator

📋 copy color: '#DFB261'

red 223 ◦ green 178 ◦ blue 97

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

Shades of Equator #DFB261

Tints of Equator #DFB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 44.78%
G = 35.74%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB261 (or 0xDFB261) is known color: Equator. HEX triplet: DF, B2 and 61. RGB value is (223,178,97). Sum of RGB (Red+Green+Blue) = 223+178+97=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB261 is #204D9E. Grayscale: #B6B6B6. Windows color (decimal): -2117023 or 6402783. OLE color: 6402783.

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

Color convert

RGB 223 178 97 -
CMYK 0 0.20 0.57 0.13
HSL 38.57º 0.66% 0.63% -
HSV(B) 38.57º 0.57% 0.87% -
XYZ 48.51 48.39 18.09 -
YUV 182.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 223 178 97 0 0.20 0.57 0.13 38.57 0.66 0.63
Hex DF B2 61 0 14 39 D 27 42 3F
Octal 337 262 141 0 24 71 15 47 102 77
Binary 11011111 10110010 1100001 0 10100 111001 1101 100111 1000010 111111

Color Harmonies of #DFB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB261

Black with #DFB261

Text Example


Text Example

White with #DFB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB261; }

 p { color: rgb(223,178,97); }

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

background-color css

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

 a { background-color: rgb(223,178,97); }

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

border-color css

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

 span { border-color: rgb(223,178,97); }

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