Html Css Color HEX #DFB765 Equator

📋 copy color: '#DFB765'

red 223 ◦ green 183 ◦ blue 101

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

Shades of Equator #DFB765

Tints of Equator #DFB765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 101 (39.84% from 255) = 19.92%

R = 43.98%
G = 36.09%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFB765 (or 0xDFB765) is known color: Equator. HEX triplet: DF, B7 and 65. RGB value is (223,183,101). Sum of RGB (Red+Green+Blue) = 223+183+101=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB765 is #20489A. Grayscale: #B9B9B9. Windows color (decimal): -2115739 or 6666207. OLE color: 6666207.

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

Color convert

RGB 223 183 101 -
CMYK 0 0.18 0.55 0.13
HSL 40.33º 0.66% 0.64% -
HSV(B) 40.33º 0.55% 0.87% -
XYZ 49.71 50.49 19.44 -
YUV 185.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 223 183 101 0 0.18 0.55 0.13 40.33 0.66 0.64
Hex DF B7 65 0 12 37 D 28 42 40
Octal 337 267 145 0 22 67 15 50 102 100
Binary 11011111 10110111 1100101 0 10010 110111 1101 101000 1000010 1000000

Color Harmonies of #DFB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB765

Black with #DFB765

Text Example


Text Example

White with #DFB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB765; }

 p { color: rgb(223,183,101); }

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

background-color css

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

 a { background-color: rgb(223,183,101); }

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

border-color css

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

 span { border-color: rgb(223,183,101); }

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