Html Css Color HEX #DFB268 Equator

📋 copy color: '#DFB268'

red 223 ◦ green 178 ◦ blue 104

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

Shades of Equator #DFB268

Tints of Equator #DFB268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

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

R = 44.16%
G = 35.25%
B = 20.59%

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

#DFB268 (or 0xDFB268) is known color: Equator. HEX triplet: DF, B2 and 68. RGB value is (223,178,104). Sum of RGB (Red+Green+Blue) = 223+178+104=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB268 is #204D97. Grayscale: #B7B7B7. Windows color (decimal): -2117016 or 6861535. OLE color: 6861535.

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

Color convert

RGB 223 178 104 -
CMYK 0 0.20 0.53 0.13
HSL 37.31º 0.65% 0.64% -
HSV(B) 37.31º 0.53% 0.87% -
XYZ 48.85 48.53 19.89 -
YUV 183.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 223 178 104 0 0.20 0.53 0.13 37.31 0.65 0.64
Hex DF B2 68 0 14 35 D 25 41 40
Octal 337 262 150 0 24 65 15 45 101 100
Binary 11011111 10110010 1101000 0 10100 110101 1101 100101 1000001 1000000

Color Harmonies of #DFB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB268

Black with #DFB268

Text Example


Text Example

White with #DFB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB268; }

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

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

background-color css

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

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

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

border-color css

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

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

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