#DCCF90

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

Shades of Tahuna Sands #DCCF90

Tints of Tahuna Sands #DCCF90

Color information

#DCCF90 (or 0xDCCF90) is unknown color: approx Tahuna Sands. HEX triplet: DC, CF and 90. RGB value is (220,207,144). Sum of RGB (Red+Green+Blue) = 220+207+144=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF90 is #23306F. Grayscale: #CBCBCB. Windows color (decimal): -2306160 or 9490396. OLE color: 9490396.

HSL color Cylindrical-coordinate representation of color #DCCF90: hue angle of 49.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCCF90 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220207144-
CMYK00.060.350.14
HSL49.74º52.05%71.37%-
HSV(B)49.74º34.55%86.27%-
XYZ56.8661.8535.33-
YUV203.794.31139.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=38.53%
G=36.25%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020714400.060.350.1449.7452.0571.37
HexDCCF900623E323447
Octal3343172200643166264107
Binary110111001100111110010000011010001111101100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF90; }

 p { color: rgb(220,207,144); }

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

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

 a { background-color: rgb(220,207,144); }

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

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

 span { border-color: rgb(220,207,144); }

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