Html Css Color HEX #DCB76B Equator

📋 copy color: '#DCB76B'

red 220 ◦ green 183 ◦ blue 107

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

Shades of Equator #DCB76B

Tints of Equator #DCB76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.98%

R = 43.14%
G = 35.88%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCB76B (or 0xDCB76B) is known color: Equator. HEX triplet: DC, B7 and 6B. RGB value is (220,183,107). Sum of RGB (Red+Green+Blue) = 220+183+107=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB76B is #234894. Grayscale: #B9B9B9. Windows color (decimal): -2312341 or 7059420. OLE color: 7059420.

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

Color convert

RGB 220 183 107 -
CMYK 0 0.17 0.51 0.14
HSL 40.35º 0.62% 0.64% -
HSV(B) 40.35º 0.51% 0.86% -
XYZ 49.1 50.14 21 -
YUV 185.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 220 183 107 0 0.17 0.51 0.14 40.35 0.62 0.64
Hex DC B7 6B 0 11 33 E 28 3E 40
Octal 334 267 153 0 21 63 16 50 76 100
Binary 11011100 10110111 1101011 0 10001 110011 1110 101000 111110 1000000

Color Harmonies of #DCB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB76B

Black with #DCB76B

Text Example


Text Example

White with #DCB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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