Html Css Color HEX #DCB658 Equator

📋 copy color: '#DCB658'

red 220 ◦ green 182 ◦ blue 88

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

Shades of Equator #DCB658

Tints of Equator #DCB658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

 BLUE value IS 88 (34.77% from 255) = 17.96%

R = 44.9%
G = 37.14%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCB658 (or 0xDCB658) is known color: Equator. HEX triplet: DC, B6 and 58. RGB value is (220,182,88). Sum of RGB (Red+Green+Blue) = 220+182+88=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB658 is #2349A7. Grayscale: #B7B7B7. Windows color (decimal): -2312616 or 5813980. OLE color: 5813980.

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

Color convert

RGB 220 182 88 -
CMYK 0 0.17 0.6 0.14
HSL 42.73º 0.65% 0.6% -
HSV(B) 42.73º 0.6% 0.86% -
XYZ 48 49.38 16.23 -
YUV 182.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 220 182 88 0 0.17 0.6 0.14 42.73 0.65 0.6
Hex DC B6 58 0 11 3C E 2B 41 3C
Octal 334 266 130 0 21 74 16 53 101 74
Binary 11011100 10110110 1011000 0 10001 111100 1110 101011 1000001 111100

Color Harmonies of #DCB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB658

Black with #DCB658

Text Example


Text Example

White with #DCB658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB658; }

 p { color: rgb(220,182,88); }

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

background-color css

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

 a { background-color: rgb(220,182,88); }

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

border-color css

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

 span { border-color: rgb(220,182,88); }

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