Html Css Color HEX #D0CC9B Tahuna Sands

📋 copy color: '#D0CC9B'

red 208 ◦ green 204 ◦ blue 155

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

Shades of Tahuna Sands #D0CC9B

Tints of Tahuna Sands #D0CC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.34%

R = 36.68%
G = 35.98%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0CC9B (or 0xD0CC9B) is known color: Tahuna Sands. HEX triplet: D0, CC and 9B. RGB value is (208,204,155). Sum of RGB (Red+Green+Blue) = 208+204+155=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC9B is #2F3364. Grayscale: #C7C7C7. Windows color (decimal): -3093349 or 10210512. OLE color: 10210512.

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

Color convert

RGB 208 204 155 -
CMYK 0 0.02 0.25 0.18
HSL 55.47º 0.36% 0.71% -
HSV(B) 55.47º 0.25% 0.82% -
XYZ 53.52 58.96 39.57 -
YUV 199.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 208 204 155 0 0.02 0.25 0.18 55.47 0.36 0.71
Hex D0 CC 9B 0 2 19 12 37 24 47
Octal 320 314 233 0 2 31 22 67 44 107
Binary 11010000 11001100 10011011 0 10 11001 10010 110111 100100 1000111

Color Harmonies of #D0CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC9B

Black with #D0CC9B

Text Example


Text Example

White with #D0CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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