Html Css Color HEX #DFB762 Equator

📋 copy color: '#DFB762'

red 223 ◦ green 183 ◦ blue 98

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

Shades of Equator #DFB762

Tints of Equator #DFB762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 44.25%
G = 36.31%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFB762 (or 0xDFB762) is known color: Equator. HEX triplet: DF, B7 and 62. RGB value is (223,183,98). Sum of RGB (Red+Green+Blue) = 223+183+98=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB762 is #20489D. Grayscale: #B9B9B9. Windows color (decimal): -2115742 or 6469599. OLE color: 6469599.

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

Color convert

RGB 223 183 98 -
CMYK 0 0.18 0.56 0.13
HSL 40.8º 0.66% 0.63% -
HSV(B) 40.8º 0.56% 0.87% -
XYZ 49.57 50.44 18.68 -
YUV 185.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 223 183 98 0 0.18 0.56 0.13 40.8 0.66 0.63
Hex DF B7 62 0 12 38 D 29 42 3F
Octal 337 267 142 0 22 70 15 51 102 77
Binary 11011111 10110111 1100010 0 10010 111000 1101 101001 1000010 111111

Color Harmonies of #DFB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB762

Black with #DFB762

Text Example


Text Example

White with #DFB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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