Html Css Color HEX #DCCF93 Tahuna Sands

📋 copy color: '#DCCF93'

red 220 ◦ green 207 ◦ blue 147

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

Shades of Tahuna Sands #DCCF93

Tints of Tahuna Sands #DCCF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

 BLUE value IS 147 (57.81% from 255) = 25.61%

R = 38.33%
G = 36.06%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCCF93 (or 0xDCCF93) is known color: Tahuna Sands. HEX triplet: DC, CF and 93. RGB value is (220,207,147). Sum of RGB (Red+Green+Blue) = 220+207+147=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF93 is #23306C. Grayscale: #CCCCCC. Windows color (decimal): -2306157 or 9687004. OLE color: 9687004.

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

Color convert

RGB 220 207 147 -
CMYK 0 0.06 0.33 0.14
HSL 49.32º 0.51% 0.72% -
HSV(B) 49.32º 0.33% 0.86% -
XYZ 57.09 61.95 36.55 -
YUV 204.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 220 207 147 0 0.06 0.33 0.14 49.32 0.51 0.72
Hex DC CF 93 0 6 21 E 31 33 48
Octal 334 317 223 0 6 41 16 61 63 110
Binary 11011100 11001111 10010011 0 110 100001 1110 110001 110011 1001000

Color Harmonies of #DCCF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF93

Black with #DCCF93

Text Example


Text Example

White with #DCCF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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