Html Css Color HEX #D0CF9B Tahuna Sands

📋 copy color: '#D0CF9B'

red 208 ◦ green 207 ◦ blue 155

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

Shades of Tahuna Sands #D0CF9B

Tints of Tahuna Sands #D0CF9B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.32%

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

R = 36.49%
G = 36.32%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0CF9B (or 0xD0CF9B) is known color: Tahuna Sands. HEX triplet: D0, CF and 9B. RGB value is (208,207,155). Sum of RGB (Red+Green+Blue) = 208+207+155=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF9B is #2F3064. Grayscale: #C9C9C9. Windows color (decimal): -3092581 or 10211280. OLE color: 10211280.

HSL color Cylindrical-coordinate representation of color #D0CF9B: hue angle of 58.87º 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 #D0CF9B is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 155 -
CMYK 0 0.00 0.25 0.18
HSL 58.87º 0.36% 0.71% -
HSV(B) 58.87º 0.25% 0.82% -
XYZ 54.24 60.4 39.81 -
YUV 201.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 208 207 155 0 0.00 0.25 0.18 58.87 0.36 0.71
Hex D0 CF 9B 0 0 19 12 3B 24 47
Octal 320 317 233 0 0 31 22 73 44 107
Binary 11010000 11001111 10011011 0 0 11001 10010 111011 100100 1000111

Color Harmonies of #D0CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF9B

Black with #D0CF9B

Text Example


Text Example

White with #D0CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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