Html Css Color HEX #D5CC92 Tahuna Sands

📋 copy color: '#D5CC92'

red 213 ◦ green 204 ◦ blue 146

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

Shades of Tahuna Sands #D5CC92

Tints of Tahuna Sands #D5CC92

RGB

 RED value IS 213 (83.59% from 255) = 37.83%

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

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

R = 37.83%
G = 36.23%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5CC92 (or 0xD5CC92) is known color: Tahuna Sands. HEX triplet: D5, CC and 92. RGB value is (213,204,146). Sum of RGB (Red+Green+Blue) = 213+204+146=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC92 is #2A336D. Grayscale: #C8C8C8. Windows color (decimal): -2765678 or 9620693. OLE color: 9620693.

HSL color Cylindrical-coordinate representation of color #D5CC92: hue angle of 51.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5CC92 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 146 -
CMYK 0 0.04 0.31 0.16
HSL 51.94º 0.44% 0.7% -
HSV(B) 51.94º 0.31% 0.84% -
XYZ 54.22 59.41 35.8 -
YUV 200.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 213 204 146 0 0.04 0.31 0.16 51.94 0.44 0.7
Hex D5 CC 92 0 4 1F 10 34 2C 46
Octal 325 314 222 0 4 37 20 64 54 106
Binary 11010101 11001100 10010010 0 100 11111 10000 110100 101100 1000110

Color Harmonies of #D5CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC92

Black with #D5CC92

Text Example


Text Example

White with #D5CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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