Html Css Color HEX #D6CC92 Tahuna Sands

📋 copy color: '#D6CC92'

red 214 ◦ green 204 ◦ blue 146

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

Shades of Tahuna Sands #D6CC92

Tints of Tahuna Sands #D6CC92

RGB

 RED value IS 214 (83.98% from 255) = 37.94%

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

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

R = 37.94%
G = 36.17%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6CC92 (or 0xD6CC92) is known color: Tahuna Sands. HEX triplet: D6, CC and 92. RGB value is (214,204,146). Sum of RGB (Red+Green+Blue) = 214+204+146=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC92 is #29336D. Grayscale: #C8C8C8. Windows color (decimal): -2700142 or 9620694. OLE color: 9620694.

HSL color Cylindrical-coordinate representation of color #D6CC92: hue angle of 51.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6CC92 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 146 -
CMYK 0 0.05 0.32 0.16
HSL 51.18º 0.45% 0.71% -
HSV(B) 51.18º 0.32% 0.84% -
XYZ 54.51 59.56 35.82 -
YUV 200.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 214 204 146 0 0.05 0.32 0.16 51.18 0.45 0.71
Hex D6 CC 92 0 5 20 10 33 2D 47
Octal 326 314 222 0 5 40 20 63 55 107
Binary 11010110 11001100 10010010 0 101 100000 10000 110011 101101 1000111

Color Harmonies of #D6CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC92

Black with #D6CC92

Text Example


Text Example

White with #D6CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC92; }

 p { color: rgb(214,204,146); }

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

background-color css

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

 a { background-color: rgb(214,204,146); }

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

border-color css

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

 span { border-color: rgb(214,204,146); }

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