Html Css Color HEX #DCCB9D Tahuna Sands

📋 copy color: '#DCCB9D'

red 220 ◦ green 203 ◦ blue 157

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

Shades of Tahuna Sands #DCCB9D

Tints of Tahuna Sands #DCCB9D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 157 (61.72% from 255) = 27.07%

R = 37.93%
G = 35%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCCB9D (or 0xDCCB9D) is known color: Tahuna Sands. HEX triplet: DC, CB and 9D. RGB value is (220,203,157). Sum of RGB (Red+Green+Blue) = 220+203+157=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB9D is #233462. Grayscale: #CBCBCB. Windows color (decimal): -2307171 or 10341340. OLE color: 10341340.

HSL color Cylindrical-coordinate representation of color #DCCB9D: hue angle of 43.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCCB9D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 157 -
CMYK 0 0.08 0.29 0.14
HSL 43.81º 0.47% 0.74% -
HSV(B) 43.81º 0.29% 0.86% -
XYZ 56.96 60.36 40.55 -
YUV 202.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 220 203 157 0 0.08 0.29 0.14 43.81 0.47 0.74
Hex DC CB 9D 0 8 1D E 2C 2F 4A
Octal 334 313 235 0 10 35 16 54 57 112
Binary 11011100 11001011 10011101 0 1000 11101 1110 101100 101111 1001010

Color Harmonies of #DCCB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB9D

Black with #DCCB9D

Text Example


Text Example

White with #DCCB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB9D; }

 p { color: rgb(220,203,157); }

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

background-color css

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

 a { background-color: rgb(220,203,157); }

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

border-color css

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

 span { border-color: rgb(220,203,157); }

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