Html Css Color HEX #DFB263 Equator

📋 copy color: '#DFB263'

red 223 ◦ green 178 ◦ blue 99

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

Shades of Equator #DFB263

Tints of Equator #DFB263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.8%

R = 44.6%
G = 35.6%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFB263 (or 0xDFB263) is known color: Equator. HEX triplet: DF, B2 and 63. RGB value is (223,178,99). Sum of RGB (Red+Green+Blue) = 223+178+99=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB263 is #204D9C. Grayscale: #B6B6B6. Windows color (decimal): -2117021 or 6533855. OLE color: 6533855.

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

Color convert

RGB 223 178 99 -
CMYK 0 0.20 0.56 0.13
HSL 38.23º 0.66% 0.63% -
HSV(B) 38.23º 0.56% 0.87% -
XYZ 48.6 48.43 18.59 -
YUV 182.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 223 178 99 0 0.20 0.56 0.13 38.23 0.66 0.63
Hex DF B2 63 0 14 38 D 26 42 3F
Octal 337 262 143 0 24 70 15 46 102 77
Binary 11011111 10110010 1100011 0 10100 111000 1101 100110 1000010 111111

Color Harmonies of #DFB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB263

Black with #DFB263

Text Example


Text Example

White with #DFB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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