Html Css Color HEX #DCD698 Tahuna Sands

📋 copy color: '#DCD698'

red 220 ◦ green 214 ◦ blue 152

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

Shades of Tahuna Sands #DCD698

Tints of Tahuna Sands #DCD698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

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

R = 37.54%
G = 36.52%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCD698 (or 0xDCD698) is known color: Tahuna Sands. HEX triplet: DC, D6 and 98. RGB value is (220,214,152). Sum of RGB (Red+Green+Blue) = 220+214+152=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD698 is #232967. Grayscale: #D0D0D0. Windows color (decimal): -2304360 or 10016476. OLE color: 10016476.

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

Color convert

RGB 220 214 152 -
CMYK 0 0.03 0.31 0.14
HSL 54.71º 0.49% 0.73% -
HSV(B) 54.71º 0.31% 0.86% -
XYZ 59.23 65.58 39.24 -
YUV 208.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 220 214 152 0 0.03 0.31 0.14 54.71 0.49 0.73
Hex DC D6 98 0 3 1F E 37 31 49
Octal 334 326 230 0 3 37 16 67 61 111
Binary 11011100 11010110 10011000 0 11 11111 1110 110111 110001 1001001

Color Harmonies of #DCD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD698

Black with #DCD698

Text Example


Text Example

White with #DCD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD698; }

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

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

background-color css

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

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

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

border-color css

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

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

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