Html Css Color HEX #DFB367 Equator

📋 copy color: '#DFB367'

red 223 ◦ green 179 ◦ blue 103

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

Shades of Equator #DFB367

Tints of Equator #DFB367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.4%

R = 44.16%
G = 35.45%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFB367 (or 0xDFB367) is known color: Equator. HEX triplet: DF, B3 and 67. RGB value is (223,179,103). Sum of RGB (Red+Green+Blue) = 223+179+103=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB367 is #204C98. Grayscale: #B7B7B7. Windows color (decimal): -2116761 or 6796255. OLE color: 6796255.

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

Color convert

RGB 223 179 103 -
CMYK 0 0.20 0.54 0.13
HSL 38º 0.65% 0.64% -
HSV(B) 38º 0.54% 0.87% -
XYZ 49 48.91 19.69 -
YUV 183.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 223 179 103 0 0.20 0.54 0.13 38 0.65 0.64
Hex DF B3 67 0 14 36 D 26 41 40
Octal 337 263 147 0 24 66 15 46 101 100
Binary 11011111 10110011 1100111 0 10100 110110 1101 100110 1000001 1000000

Color Harmonies of #DFB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB367

Black with #DFB367

Text Example


Text Example

White with #DFB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB367; }

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

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

background-color css

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

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

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

border-color css

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

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

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