Html Css Color HEX #DCB75D Equator

📋 copy color: '#DCB75D'

red 220 ◦ green 183 ◦ blue 93

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

Shades of Equator #DCB75D

Tints of Equator #DCB75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 44.35%
G = 36.9%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCB75D (or 0xDCB75D) is known color: Equator. HEX triplet: DC, B7 and 5D. RGB value is (220,183,93). Sum of RGB (Red+Green+Blue) = 220+183+93=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB75D is #2348A2. Grayscale: #B8B8B8. Windows color (decimal): -2312355 or 6141916. OLE color: 6141916.

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

Color convert

RGB 220 183 93 -
CMYK 0 0.17 0.58 0.14
HSL 42.52º 0.64% 0.61% -
HSV(B) 42.52º 0.58% 0.86% -
XYZ 48.42 49.87 17.43 -
YUV 183.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 220 183 93 0 0.17 0.58 0.14 42.52 0.64 0.61
Hex DC B7 5D 0 11 3A E 2B 40 3D
Octal 334 267 135 0 21 72 16 53 100 75
Binary 11011100 10110111 1011101 0 10001 111010 1110 101011 1000000 111101

Color Harmonies of #DCB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB75D

Black with #DCB75D

Text Example


Text Example

White with #DCB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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