#DCC67F

Color #DCC67F Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DCC67F

Tints of Sandwisp #DCC67F

Color information

#DCC67F (or 0xDCC67F) is unknown color: approx Sandwisp. HEX triplet: DC, C6 and 7F. RGB value is (220,198,127). Sum of RGB (Red+Green+Blue) = 220+198+127=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC67F is #233980. Grayscale: #C4C4C4. Windows color (decimal): -2308481 or 8373980. OLE color: 8373980.

HSL color Cylindrical-coordinate representation of color #DCC67F: hue angle of 45.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCC67F is Cyan = 0, Magento = 0.1, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220198127-
CMYK00.10.420.14
HSL45.81º57.06%68.04%-
HSV(B)45.81º42.27%86.27%-
XYZ53.5457.1428.29-
YUV196.4888.79144.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 127 (50% from 255) = 23.30%
R=40.37%
G=36.33%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019812700.10.420.1445.8157.0668.04
HexDCC67F0A2AE2e3944
Octal33430617701252165671104
Binary110111001100011011111110101010101011101011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC67F; }

 p { color: rgb(220,198,127); }

 H1.HeaderClassName
 {
   color: #DCC67F;
 }
 .AnyTagClassName
 {
   color: #DCC67F;
 }
</style>
background-color css

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

 a { background-color: rgb(220,198,127); }

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

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

 span { border-color: rgb(220,198,127); }

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