Html Css Color HEX #DFB764 Equator

📋 copy color: '#DFB764'

red 223 ◦ green 183 ◦ blue 100

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

Shades of Equator #DFB764

Tints of Equator #DFB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 44.07%
G = 36.17%
B = 19.76%

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

#DFB764 (or 0xDFB764) is known color: Equator. HEX triplet: DF, B7 and 64. RGB value is (223,183,100). Sum of RGB (Red+Green+Blue) = 223+183+100=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB764 is #20489B. Grayscale: #B9B9B9. Windows color (decimal): -2115740 or 6600671. OLE color: 6600671.

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

Color convert

RGB 223 183 100 -
CMYK 0 0.18 0.55 0.13
HSL 40.49º 0.66% 0.63% -
HSV(B) 40.49º 0.55% 0.87% -
XYZ 49.67 50.48 19.18 -
YUV 185.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 223 183 100 0 0.18 0.55 0.13 40.49 0.66 0.63
Hex DF B7 64 0 12 37 D 28 42 3F
Octal 337 267 144 0 22 67 15 50 102 77
Binary 11011111 10110111 1100100 0 10010 110111 1101 101000 1000010 111111

Color Harmonies of #DFB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB764

Black with #DFB764

Text Example


Text Example

White with #DFB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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