Html Css Color HEX #D0CC94 Tahuna Sands

📋 copy color: '#D0CC94'

red 208 ◦ green 204 ◦ blue 148

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

Shades of Tahuna Sands #D0CC94

Tints of Tahuna Sands #D0CC94

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

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

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

R = 37.14%
G = 36.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0CC94 (or 0xD0CC94) is known color: Tahuna Sands. HEX triplet: D0, CC and 94. RGB value is (208,204,148). Sum of RGB (Red+Green+Blue) = 208+204+148=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC94 is #2F336B. Grayscale: #C7C7C7. Windows color (decimal): -3093356 or 9751760. OLE color: 9751760.

HSL color Cylindrical-coordinate representation of color #D0CC94: hue angle of 56º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0CC94 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 148 -
CMYK 0 0.02 0.29 0.18
HSL 56º 0.39% 0.7% -
HSV(B) 56º 0.29% 0.82% -
XYZ 52.95 58.73 36.56 -
YUV 198.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 208 204 148 0 0.02 0.29 0.18 56 0.39 0.7
Hex D0 CC 94 0 2 1D 12 38 27 46
Octal 320 314 224 0 2 35 22 70 47 106
Binary 11010000 11001100 10010100 0 10 11101 10010 111000 100111 1000110

Color Harmonies of #D0CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC94

Black with #D0CC94

Text Example


Text Example

White with #D0CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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