Html Css Color HEX #DFB368 Equator

📋 copy color: '#DFB368'

red 223 ◦ green 179 ◦ blue 104

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

Shades of Equator #DFB368

Tints of Equator #DFB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 44.07%
G = 35.38%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFB368 (or 0xDFB368) is known color: Equator. HEX triplet: DF, B3 and 68. RGB value is (223,179,104). Sum of RGB (Red+Green+Blue) = 223+179+104=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB368 is #204C97. Grayscale: #B7B7B7. Windows color (decimal): -2116760 or 6861791. OLE color: 6861791.

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

Color convert

RGB 223 179 104 -
CMYK 0 0.20 0.53 0.13
HSL 37.82º 0.65% 0.64% -
HSV(B) 37.82º 0.53% 0.87% -
XYZ 49.05 48.93 19.96 -
YUV 183.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 223 179 104 0 0.20 0.53 0.13 37.82 0.65 0.64
Hex DF B3 68 0 14 35 D 26 41 40
Octal 337 263 150 0 24 65 15 46 101 100
Binary 11011111 10110011 1101000 0 10100 110101 1101 100110 1000001 1000000

Color Harmonies of #DFB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB368

Black with #DFB368

Text Example


Text Example

White with #DFB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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