Html Css Color HEX #D5CC94 Tahuna Sands

📋 copy color: '#D5CC94'

red 213 ◦ green 204 ◦ blue 148

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

Shades of Tahuna Sands #D5CC94

Tints of Tahuna Sands #D5CC94

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

 GREEN value IS 204 (80.08% from 255) = 36.11%

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

R = 37.7%
G = 36.11%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5CC94 (or 0xD5CC94) is known color: Tahuna Sands. HEX triplet: D5, CC and 94. RGB value is (213,204,148). Sum of RGB (Red+Green+Blue) = 213+204+148=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC94 is #2A336B. Grayscale: #C8C8C8. Windows color (decimal): -2765676 or 9751765. OLE color: 9751765.

HSL color Cylindrical-coordinate representation of color #D5CC94: hue angle of 51.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5CC94 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 148 -
CMYK 0 0.04 0.31 0.16
HSL 51.69º 0.44% 0.71% -
HSV(B) 51.69º 0.31% 0.84% -
XYZ 54.38 59.47 36.63 -
YUV 200.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 213 204 148 0 0.04 0.31 0.16 51.69 0.44 0.71
Hex D5 CC 94 0 4 1F 10 34 2C 47
Octal 325 314 224 0 4 37 20 64 54 107
Binary 11010101 11001100 10010100 0 100 11111 10000 110100 101100 1000111

Color Harmonies of #D5CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC94

Black with #D5CC94

Text Example


Text Example

White with #D5CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC94; }

 p { color: rgb(213,204,148); }

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

background-color css

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

 a { background-color: rgb(213,204,148); }

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

border-color css

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

 span { border-color: rgb(213,204,148); }

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