Html Css Color HEX #DCCD99 Tahuna Sands

📋 copy color: '#DCCD99'

red 220 ◦ green 205 ◦ blue 153

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

Shades of Tahuna Sands #DCCD99

Tints of Tahuna Sands #DCCD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.47%

R = 38.06%
G = 35.47%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCCD99 (or 0xDCCD99) is known color: Tahuna Sands. HEX triplet: DC, CD and 99. RGB value is (220,205,153). Sum of RGB (Red+Green+Blue) = 220+205+153=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD99 is #233266. Grayscale: #CBCBCB. Windows color (decimal): -2306663 or 10079708. OLE color: 10079708.

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

Color convert

RGB 220 205 153 -
CMYK 0 0.07 0.30 0.14
HSL 46.57º 0.49% 0.73% -
HSV(B) 46.57º 0.3% 0.86% -
XYZ 57.1 61.18 38.94 -
YUV 203.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 220 205 153 0 0.07 0.30 0.14 46.57 0.49 0.73
Hex DC CD 99 0 7 1E E 2F 31 49
Octal 334 315 231 0 7 36 16 57 61 111
Binary 11011100 11001101 10011001 0 111 11110 1110 101111 110001 1001001

Color Harmonies of #DCCD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD99

Black with #DCCD99

Text Example


Text Example

White with #DCCD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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