Html Css Color HEX #DFCC64 Golden Sand

📋 copy color: '#DFCC64'

red 223 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #DFCC64

Tints of Golden Sand #DFCC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 42.31%
G = 38.71%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFCC64 (or 0xDFCC64) is known color: Golden Sand. HEX triplet: DF, CC and 64. RGB value is (223,204,100). Sum of RGB (Red+Green+Blue) = 223+204+100=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC64 is #20339B. Grayscale: #C6C6C6. Windows color (decimal): -2110364 or 6606047. OLE color: 6606047.

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

Color convert

RGB 223 204 100 -
CMYK 0 0.09 0.55 0.13
HSL 50.73º 0.66% 0.63% -
HSV(B) 50.73º 0.55% 0.87% -
XYZ 54.32 59.79 20.73 -
YUV 197.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 223 204 100 0 0.09 0.55 0.13 50.73 0.66 0.63
Hex DF CC 64 0 9 37 D 33 42 3F
Octal 337 314 144 0 11 67 15 63 102 77
Binary 11011111 11001100 1100100 0 1001 110111 1101 110011 1000010 111111

Color Harmonies of #DFCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC64

Black with #DFCC64

Text Example


Text Example

White with #DFCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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