Html Css Color HEX #DCCD98 Tahuna Sands

📋 copy color: '#DCCD98'

red 220 ◦ green 205 ◦ blue 152

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

Shades of Tahuna Sands #DCCD98

Tints of Tahuna Sands #DCCD98

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.53%

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

R = 38.13%
G = 35.53%
B = 26.34%

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

#DCCD98 (or 0xDCCD98) is known color: Tahuna Sands. HEX triplet: DC, CD and 98. RGB value is (220,205,152). Sum of RGB (Red+Green+Blue) = 220+205+152=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD98 is #233267. Grayscale: #CBCBCB. Windows color (decimal): -2306664 or 10014172. OLE color: 10014172.

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

Color convert

RGB 220 205 152 -
CMYK 0 0.07 0.31 0.14
HSL 46.76º 0.49% 0.73% -
HSV(B) 46.76º 0.31% 0.86% -
XYZ 57.01 61.15 38.5 -
YUV 203.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 220 205 152 0 0.07 0.31 0.14 46.76 0.49 0.73
Hex DC CD 98 0 7 1F E 2F 31 49
Octal 334 315 230 0 7 37 16 57 61 111
Binary 11011100 11001101 10011000 0 111 11111 1110 101111 110001 1001001

Color Harmonies of #DCCD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD98

Black with #DCCD98

Text Example


Text Example

White with #DCCD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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