Html Css Color HEX #DCB667 Equator

📋 copy color: '#DCB667'

red 220 ◦ green 182 ◦ blue 103

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

Shades of Equator #DCB667

Tints of Equator #DCB667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.4%

R = 43.56%
G = 36.04%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCB667 (or 0xDCB667) is known color: Equator. HEX triplet: DC, B6 and 67. RGB value is (220,182,103). Sum of RGB (Red+Green+Blue) = 220+182+103=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB667 is #234998. Grayscale: #B8B8B8. Windows color (decimal): -2312601 or 6797020. OLE color: 6797020.

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

Color convert

RGB 220 182 103 -
CMYK 0 0.17 0.53 0.14
HSL 40.51º 0.63% 0.63% -
HSV(B) 40.51º 0.53% 0.86% -
XYZ 48.69 49.65 19.85 -
YUV 184.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 220 182 103 0 0.17 0.53 0.14 40.51 0.63 0.63
Hex DC B6 67 0 11 35 E 29 3F 3F
Octal 334 266 147 0 21 65 16 51 77 77
Binary 11011100 10110110 1100111 0 10001 110101 1110 101001 111111 111111

Color Harmonies of #DCB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB667

Black with #DCB667

Text Example


Text Example

White with #DCB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB667; }

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

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

background-color css

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

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

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

border-color css

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

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

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