Html Css Color HEX #DCB762 Equator

📋 copy color: '#DCB762'

red 220 ◦ green 183 ◦ blue 98

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

Shades of Equator #DCB762

Tints of Equator #DCB762

RGB

 RED value IS 220 (86.33% from 255) = 43.91%

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

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

R = 43.91%
G = 36.53%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB762 (or 0xDCB762) is known color: Equator. HEX triplet: DC, B7 and 62. RGB value is (220,183,98). Sum of RGB (Red+Green+Blue) = 220+183+98=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB762 is #23489D. Grayscale: #B8B8B8. Windows color (decimal): -2312350 or 6469596. OLE color: 6469596.

HSL color Cylindrical-coordinate representation of color #DCB762: hue angle of 41.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB762 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 98 -
CMYK 0 0.17 0.55 0.14
HSL 41.8º 0.64% 0.62% -
HSV(B) 41.8º 0.55% 0.86% -
XYZ 48.65 49.96 18.64 -
YUV 184.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 220 183 98 0 0.17 0.55 0.14 41.8 0.64 0.62
Hex DC B7 62 0 11 37 E 2A 40 3E
Octal 334 267 142 0 21 67 16 52 100 76
Binary 11011100 10110111 1100010 0 10001 110111 1110 101010 1000000 111110

Color Harmonies of #DCB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB762

Black with #DCB762

Text Example


Text Example

White with #DCB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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