Html Css Color HEX #DFB768 Equator

📋 copy color: '#DFB768'

red 223 ◦ green 183 ◦ blue 104

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

Shades of Equator #DFB768

Tints of Equator #DFB768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.39%

R = 43.73%
G = 35.88%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFB768 (or 0xDFB768) is known color: Equator. HEX triplet: DF, B7 and 68. RGB value is (223,183,104). Sum of RGB (Red+Green+Blue) = 223+183+104=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB768 is #204897. Grayscale: #BABABA. Windows color (decimal): -2115736 or 6862815. OLE color: 6862815.

HSL color Cylindrical-coordinate representation of color #DFB768: hue angle of 39.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFB768 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 183 104 -
CMYK 0 0.18 0.53 0.13
HSL 39.83º 0.65% 0.64% -
HSV(B) 39.83º 0.53% 0.87% -
XYZ 49.86 50.55 20.23 -
YUV 185.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 223 183 104 0 0.18 0.53 0.13 39.83 0.65 0.64
Hex DF B7 68 0 12 35 D 28 41 40
Octal 337 267 150 0 22 65 15 50 101 100
Binary 11011111 10110111 1101000 0 10010 110101 1101 101000 1000001 1000000

Color Harmonies of #DFB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB768

Black with #DFB768

Text Example


Text Example

White with #DFB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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