Html Css Color HEX #DFBB63 Equator

📋 copy color: '#DFBB63'

red 223 ◦ green 187 ◦ blue 99

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

Shades of Equator #DFBB63

Tints of Equator #DFBB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.74%

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

R = 43.81%
G = 36.74%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFBB63 (or 0xDFBB63) is known color: Equator. HEX triplet: DF, BB and 63. RGB value is (223,187,99). Sum of RGB (Red+Green+Blue) = 223+187+99=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB63 is #20449C. Grayscale: #BCBCBC. Windows color (decimal): -2114717 or 6536159. OLE color: 6536159.

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

Color convert

RGB 223 187 99 -
CMYK 0 0.16 0.56 0.13
HSL 42.58º 0.66% 0.63% -
HSV(B) 42.58º 0.56% 0.87% -
XYZ 50.45 52.13 19.21 -
YUV 187.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 223 187 99 0 0.16 0.56 0.13 42.58 0.66 0.63
Hex DF BB 63 0 10 38 D 2B 42 3F
Octal 337 273 143 0 20 70 15 53 102 77
Binary 11011111 10111011 1100011 0 10000 111000 1101 101011 1000010 111111

Color Harmonies of #DFBB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB63

Black with #DFBB63

Text Example


Text Example

White with #DFBB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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