Html Css Color HEX #D4CC94 Tahuna Sands

📋 copy color: '#D4CC94'

red 212 ◦ green 204 ◦ blue 148

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

Shades of Tahuna Sands #D4CC94

Tints of Tahuna Sands #D4CC94

RGB

 RED value IS 212 (83.2% from 255) = 37.59%

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

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

R = 37.59%
G = 36.17%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4CC94 (or 0xD4CC94) is known color: Tahuna Sands. HEX triplet: D4, CC and 94. RGB value is (212,204,148). Sum of RGB (Red+Green+Blue) = 212+204+148=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CC94 is #2B336B. Grayscale: #C8C8C8. Windows color (decimal): -2831212 or 9751764. OLE color: 9751764.

HSL color Cylindrical-coordinate representation of color #D4CC94: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4CC94 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 148 -
CMYK 0 0.04 0.30 0.17
HSL 52.5º 0.43% 0.71% -
HSV(B) 52.5º 0.3% 0.83% -
XYZ 54.09 59.32 36.62 -
YUV 200.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 212 204 148 0 0.04 0.30 0.17 52.5 0.43 0.71
Hex D4 CC 94 0 4 1E 11 34 2B 47
Octal 324 314 224 0 4 36 21 64 53 107
Binary 11010100 11001100 10010100 0 100 11110 10001 110100 101011 1000111

Color Harmonies of #D4CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC94

Black with #D4CC94

Text Example


Text Example

White with #D4CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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