Html Css Color HEX #D0CF96 Tahuna Sands

📋 copy color: '#D0CF96'

red 208 ◦ green 207 ◦ blue 150

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

Shades of Tahuna Sands #D0CF96

Tints of Tahuna Sands #D0CF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.55%

R = 36.81%
G = 36.64%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0CF96 (or 0xD0CF96) is known color: Tahuna Sands. HEX triplet: D0, CF and 96. RGB value is (208,207,150). Sum of RGB (Red+Green+Blue) = 208+207+150=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF96 is #2F3069. Grayscale: #C9C9C9. Windows color (decimal): -3092586 or 9883600. OLE color: 9883600.

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

Color convert

RGB 208 207 150 -
CMYK 0 0.00 0.28 0.18
HSL 58.97º 0.38% 0.7% -
HSV(B) 58.97º 0.28% 0.82% -
XYZ 53.83 60.24 37.64 -
YUV 200.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 208 207 150 0 0.00 0.28 0.18 58.97 0.38 0.7
Hex D0 CF 96 0 0 1C 12 3B 26 46
Octal 320 317 226 0 0 34 22 73 46 106
Binary 11010000 11001111 10010110 0 0 11100 10010 111011 100110 1000110

Color Harmonies of #D0CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF96

Black with #D0CF96

Text Example


Text Example

White with #D0CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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