Html Css Color HEX #DFCC6C Golden Sand

📋 copy color: '#DFCC6C'

red 223 ◦ green 204 ◦ blue 108

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

Shades of Golden Sand #DFCC6C

Tints of Golden Sand #DFCC6C

RGB

 RED value IS 223 (87.5% from 255) = 41.68%

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 108 (42.58% from 255) = 20.19%

R = 41.68%
G = 38.13%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFCC6C (or 0xDFCC6C) is known color: Golden Sand. HEX triplet: DF, CC and 6C. RGB value is (223,204,108). Sum of RGB (Red+Green+Blue) = 223+204+108=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6C is #203393. Grayscale: #C7C7C7. Windows color (decimal): -2110356 or 7130335. OLE color: 7130335.

HSL color Cylindrical-coordinate representation of color #DFCC6C: hue angle of 50.09º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFCC6C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 108 -
CMYK 0 0.09 0.52 0.13
HSL 50.09º 0.64% 0.65% -
HSV(B) 50.09º 0.52% 0.87% -
XYZ 54.73 59.96 22.88 -
YUV 198.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 223 204 108 0 0.09 0.52 0.13 50.09 0.64 0.65
Hex DF CC 6C 0 9 34 D 32 40 41
Octal 337 314 154 0 11 64 15 62 100 101
Binary 11011111 11001100 1101100 0 1001 110100 1101 110010 1000000 1000001

Color Harmonies of #DFCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC6C

Black with #DFCC6C

Text Example


Text Example

White with #DFCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC6C; }

 p { color: rgb(223,204,108); }

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

background-color css

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

 a { background-color: rgb(223,204,108); }

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

border-color css

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

 span { border-color: rgb(223,204,108); }

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