Html Css Color HEX #DFB661 Equator

📋 copy color: '#DFB661'

red 223 ◦ green 182 ◦ blue 97

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

Shades of Equator #DFB661

Tints of Equator #DFB661

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

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

R = 44.42%
G = 36.25%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB661 (or 0xDFB661) is known color: Equator. HEX triplet: DF, B6 and 61. RGB value is (223,182,97). Sum of RGB (Red+Green+Blue) = 223+182+97=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB661 is #20499E. Grayscale: #B8B8B8. Windows color (decimal): -2115999 or 6403807. OLE color: 6403807.

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

Color convert

RGB 223 182 97 -
CMYK 0 0.18 0.57 0.13
HSL 40.48º 0.66% 0.63% -
HSV(B) 40.48º 0.57% 0.87% -
XYZ 49.32 50.01 18.36 -
YUV 184.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 223 182 97 0 0.18 0.57 0.13 40.48 0.66 0.63
Hex DF B6 61 0 12 39 D 28 42 3F
Octal 337 266 141 0 22 71 15 50 102 77
Binary 11011111 10110110 1100001 0 10010 111001 1101 101000 1000010 111111

Color Harmonies of #DFB661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB661

Black with #DFB661

Text Example


Text Example

White with #DFB661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB661; }

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

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

background-color css

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

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

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

border-color css

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

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

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