Html Css Color HEX #DCB661 Equator

📋 copy color: '#DCB661'

red 220 ◦ green 182 ◦ blue 97

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

Shades of Equator #DCB661

Tints of Equator #DCB661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.44%

R = 44.09%
G = 36.47%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB661 (or 0xDCB661) is known color: Equator. HEX triplet: DC, B6 and 61. RGB value is (220,182,97). Sum of RGB (Red+Green+Blue) = 220+182+97=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB661 is #23499E. Grayscale: #B8B8B8. Windows color (decimal): -2312607 or 6403804. OLE color: 6403804.

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

Color convert

RGB 220 182 97 -
CMYK 0 0.17 0.56 0.14
HSL 41.46º 0.64% 0.62% -
HSV(B) 41.46º 0.56% 0.86% -
XYZ 48.4 49.53 18.32 -
YUV 183.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 220 182 97 0 0.17 0.56 0.14 41.46 0.64 0.62
Hex DC B6 61 0 11 38 E 29 40 3E
Octal 334 266 141 0 21 70 16 51 100 76
Binary 11011100 10110110 1100001 0 10001 111000 1110 101001 1000000 111110

Color Harmonies of #DCB661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB661

Black with #DCB661

Text Example


Text Example

White with #DCB661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB661; }

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

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

background-color css

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

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

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

border-color css

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

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

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