#DCD28A

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

Shades of Sandwisp #DCD28A

Tints of Sandwisp #DCD28A

Color information

#DCD28A (or 0xDCD28A) is unknown color: approx Sandwisp. HEX triplet: DC, D2 and 8A. RGB value is (220,210,138). Sum of RGB (Red+Green+Blue) = 220+210+138=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD28A is #232D75. Grayscale: #CDCDCD. Windows color (decimal): -2305398 or 9097948. OLE color: 9097948.

HSL color Cylindrical-coordinate representation of color #DCD28A: hue angle of 52.68º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD28A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220210138-
CMYK00.050.370.14
HSL52.68º53.95%70.2%-
HSV(B)52.68º37.27%86.27%-
XYZ57.1563.1433.22-
YUV204.7890.31138.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=38.73%
G=36.97%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021013800.050.370.1452.6853.9570.2
HexDCD28A0525E353646
Octal3343222120545166566106
Binary110111001101001010001010010110010111101101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD28A; }

 p { color: rgb(220,210,138); }

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

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

 a { background-color: rgb(220,210,138); }

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

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

 span { border-color: rgb(220,210,138); }

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