Html Css Color HEX #DCCC98 Tahuna Sands

📋 copy color: '#DCCC98'

red 220 ◦ green 204 ◦ blue 152

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

Shades of Tahuna Sands #DCCC98

Tints of Tahuna Sands #DCCC98

RGB

 RED value IS 220 (86.33% from 255) = 38.19%

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

 BLUE value IS 152 (59.77% from 255) = 26.39%

R = 38.19%
G = 35.42%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCCC98 (or 0xDCCC98) is known color: Tahuna Sands. HEX triplet: DC, CC and 98. RGB value is (220,204,152). Sum of RGB (Red+Green+Blue) = 220+204+152=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC98 is #233367. Grayscale: #CBCBCB. Windows color (decimal): -2306920 or 10013916. OLE color: 10013916.

HSL color Cylindrical-coordinate representation of color #DCCC98: hue angle of 45.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCCC98 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 152 -
CMYK 0 0.07 0.31 0.14
HSL 45.88º 0.49% 0.73% -
HSV(B) 45.88º 0.31% 0.86% -
XYZ 56.78 60.67 38.42 -
YUV 202.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 220 204 152 0 0.07 0.31 0.14 45.88 0.49 0.73
Hex DC CC 98 0 7 1F E 2E 31 49
Octal 334 314 230 0 7 37 16 56 61 111
Binary 11011100 11001100 10011000 0 111 11111 1110 101110 110001 1001001

Color Harmonies of #DCCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC98

Black with #DCCC98

Text Example


Text Example

White with #DCCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC98; }

 p { color: rgb(220,204,152); }

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

background-color css

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

 a { background-color: rgb(220,204,152); }

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

border-color css

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

 span { border-color: rgb(220,204,152); }

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