Html Css Color HEX #DCB568 Equator

📋 copy color: '#DCB568'

red 220 ◦ green 181 ◦ blue 104

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

Shades of Equator #DCB568

Tints of Equator #DCB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 43.56%
G = 35.84%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCB568 (or 0xDCB568) is known color: Equator. HEX triplet: DC, B5 and 68. RGB value is (220,181,104). Sum of RGB (Red+Green+Blue) = 220+181+104=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB568 is #234A97. Grayscale: #B8B8B8. Windows color (decimal): -2312856 or 6862300. OLE color: 6862300.

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

Color convert

RGB 220 181 104 -
CMYK 0 0.18 0.53 0.14
HSL 39.83º 0.62% 0.64% -
HSV(B) 39.83º 0.53% 0.86% -
XYZ 48.54 49.26 20.05 -
YUV 183.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 220 181 104 0 0.18 0.53 0.14 39.83 0.62 0.64
Hex DC B5 68 0 12 35 E 28 3E 40
Octal 334 265 150 0 22 65 16 50 76 100
Binary 11011100 10110101 1101000 0 10010 110101 1110 101000 111110 1000000

Color Harmonies of #DCB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB568

Black with #DCB568

Text Example


Text Example

White with #DCB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB568; }

 p { color: rgb(220,181,104); }

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

background-color css

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

 a { background-color: rgb(220,181,104); }

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

border-color css

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

 span { border-color: rgb(220,181,104); }

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