Html Css Color HEX #DFB461 Equator

📋 copy color: '#DFB461'

red 223 ◦ green 180 ◦ blue 97

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

Shades of Equator #DFB461

Tints of Equator #DFB461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

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

R = 44.6%
G = 36%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB461 (or 0xDFB461) is known color: Equator. HEX triplet: DF, B4 and 61. RGB value is (223,180,97). Sum of RGB (Red+Green+Blue) = 223+180+97=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB461 is #204B9E. Grayscale: #B7B7B7. Windows color (decimal): -2116511 or 6403295. OLE color: 6403295.

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

Color convert

RGB 223 180 97 -
CMYK 0 0.19 0.57 0.13
HSL 39.52º 0.66% 0.63% -
HSV(B) 39.52º 0.57% 0.87% -
XYZ 48.91 49.19 18.23 -
YUV 183.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 223 180 97 0 0.19 0.57 0.13 39.52 0.66 0.63
Hex DF B4 61 0 13 39 D 28 42 3F
Octal 337 264 141 0 23 71 15 50 102 77
Binary 11011111 10110100 1100001 0 10011 111001 1101 101000 1000010 111111

Color Harmonies of #DFB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB461

Black with #DFB461

Text Example


Text Example

White with #DFB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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