Html Css Color HEX #DCC894 Tahuna Sands

📋 copy color: '#DCC894'

red 220 ◦ green 200 ◦ blue 148

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

Shades of Tahuna Sands #DCC894

Tints of Tahuna Sands #DCC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

 BLUE value IS 148 (58.2% from 255) = 26.06%

R = 38.73%
G = 35.21%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC894 (or 0xDCC894) is known color: Tahuna Sands. HEX triplet: DC, C8 and 94. RGB value is (220,200,148). Sum of RGB (Red+Green+Blue) = 220+200+148=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC894 is #23376B. Grayscale: #C8C8C8. Windows color (decimal): -2307948 or 9750748. OLE color: 9750748.

HSL color Cylindrical-coordinate representation of color #DCC894: hue angle of 43.33º 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 #DCC894 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 148 -
CMYK 0 0.09 0.33 0.14
HSL 43.33º 0.51% 0.72% -
HSV(B) 43.33º 0.33% 0.86% -
XYZ 55.51 58.66 36.41 -
YUV 200.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 220 200 148 0 0.09 0.33 0.14 43.33 0.51 0.72
Hex DC C8 94 0 9 21 E 2B 33 48
Octal 334 310 224 0 11 41 16 53 63 110
Binary 11011100 11001000 10010100 0 1001 100001 1110 101011 110011 1001000

Color Harmonies of #DCC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC894

Black with #DCC894

Text Example


Text Example

White with #DCC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC894; }

 p { color: rgb(220,200,148); }

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

background-color css

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

 a { background-color: rgb(220,200,148); }

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

border-color css

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

 span { border-color: rgb(220,200,148); }

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