Html Css Color HEX #DCC998 Tahuna Sands

📋 copy color: '#DCC998'

red 220 ◦ green 201 ◦ blue 152

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

Shades of Tahuna Sands #DCC998

Tints of Tahuna Sands #DCC998

RGB

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

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

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

R = 38.39%
G = 35.08%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC998 (or 0xDCC998) is known color: Tahuna Sands. HEX triplet: DC, C9 and 98. RGB value is (220,201,152). Sum of RGB (Red+Green+Blue) = 220+201+152=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC998 is #233667. Grayscale: #C9C9C9. Windows color (decimal): -2307688 or 10013148. OLE color: 10013148.

HSL color Cylindrical-coordinate representation of color #DCC998: hue angle of 43.24º 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 #DCC998 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 152 -
CMYK 0 0.09 0.31 0.14
HSL 43.24º 0.49% 0.73% -
HSV(B) 43.24º 0.31% 0.86% -
XYZ 56.07 59.26 38.19 -
YUV 201.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 220 201 152 0 0.09 0.31 0.14 43.24 0.49 0.73
Hex DC C9 98 0 9 1F E 2B 31 49
Octal 334 311 230 0 11 37 16 53 61 111
Binary 11011100 11001001 10011000 0 1001 11111 1110 101011 110001 1001001

Color Harmonies of #DCC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC998

Black with #DCC998

Text Example


Text Example

White with #DCC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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