Html Css Color HEX #D0C992 Tahuna Sands

📋 copy color: '#D0C992'

red 208 ◦ green 201 ◦ blue 146

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

Shades of Tahuna Sands #D0C992

Tints of Tahuna Sands #D0C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

 BLUE value IS 146 (57.42% from 255) = 26.31%

R = 37.48%
G = 36.22%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D0C992 (or 0xD0C992) is known color: Tahuna Sands. HEX triplet: D0, C9 and 92. RGB value is (208,201,146). Sum of RGB (Red+Green+Blue) = 208+201+146=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C992 is #2F366D. Grayscale: #C5C5C5. Windows color (decimal): -3094126 or 9619920. OLE color: 9619920.

HSL color Cylindrical-coordinate representation of color #D0C992: hue angle of 53.23º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0C992 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 146 -
CMYK 0 0.03 0.30 0.18
HSL 53.23º 0.4% 0.69% -
HSV(B) 53.23º 0.3% 0.82% -
XYZ 52.09 57.26 35.5 -
YUV 196.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 208 201 146 0 0.03 0.30 0.18 53.23 0.4 0.69
Hex D0 C9 92 0 3 1E 12 35 28 45
Octal 320 311 222 0 3 36 22 65 50 105
Binary 11010000 11001001 10010010 0 11 11110 10010 110101 101000 1000101

Color Harmonies of #D0C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C992

Black with #D0C992

Text Example


Text Example

White with #D0C992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C992; }

 p { color: rgb(208,201,146); }

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

background-color css

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

 a { background-color: rgb(208,201,146); }

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

border-color css

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

 span { border-color: rgb(208,201,146); }

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