Html Css Color HEX #DFB761 Equator

📋 copy color: '#DFB761'

red 223 ◦ green 183 ◦ blue 97

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

Shades of Equator #DFB761

Tints of Equator #DFB761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.38%

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

R = 44.33%
G = 36.38%
B = 19.28%

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

#DFB761 (or 0xDFB761) is known color: Equator. HEX triplet: DF, B7 and 61. RGB value is (223,183,97). Sum of RGB (Red+Green+Blue) = 223+183+97=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB761 is #20489E. Grayscale: #B9B9B9. Windows color (decimal): -2115743 or 6404063. OLE color: 6404063.

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

Color convert

RGB 223 183 97 -
CMYK 0 0.18 0.57 0.13
HSL 40.95º 0.66% 0.63% -
HSV(B) 40.95º 0.57% 0.87% -
XYZ 49.52 50.42 18.43 -
YUV 185.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 223 183 97 0 0.18 0.57 0.13 40.95 0.66 0.63
Hex DF B7 61 0 12 39 D 29 42 3F
Octal 337 267 141 0 22 71 15 51 102 77
Binary 11011111 10110111 1100001 0 10010 111001 1101 101001 1000010 111111

Color Harmonies of #DFB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB761

Black with #DFB761

Text Example


Text Example

White with #DFB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB761; }

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

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

background-color css

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

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

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

border-color css

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

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

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