Html Css Color HEX #DFB965 Equator

📋 copy color: '#DFB965'

red 223 ◦ green 185 ◦ blue 101

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

Shades of Equator #DFB965

Tints of Equator #DFB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 43.81%
G = 36.35%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFB965 (or 0xDFB965) is known color: Equator. HEX triplet: DF, B9 and 65. RGB value is (223,185,101). Sum of RGB (Red+Green+Blue) = 223+185+101=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB965 is #20469A. Grayscale: #BBBBBB. Windows color (decimal): -2115227 or 6666719. OLE color: 6666719.

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

Color convert

RGB 223 185 101 -
CMYK 0 0.17 0.55 0.13
HSL 41.31º 0.66% 0.64% -
HSV(B) 41.31º 0.55% 0.87% -
XYZ 50.13 51.33 19.58 -
YUV 186.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 223 185 101 0 0.17 0.55 0.13 41.31 0.66 0.64
Hex DF B9 65 0 11 37 D 29 42 40
Octal 337 271 145 0 21 67 15 51 102 100
Binary 11011111 10111001 1100101 0 10001 110111 1101 101001 1000010 1000000

Color Harmonies of #DFB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB965

Black with #DFB965

Text Example


Text Example

White with #DFB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB965; }

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

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

background-color css

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

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

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

border-color css

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

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

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