Html Css Color HEX #DFCC68 Golden Sand

📋 copy color: '#DFCC68'

red 223 ◦ green 204 ◦ blue 104

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

Shades of Golden Sand #DFCC68

Tints of Golden Sand #DFCC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 42%
G = 38.42%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFCC68 (or 0xDFCC68) is known color: Golden Sand. HEX triplet: DF, CC and 68. RGB value is (223,204,104). Sum of RGB (Red+Green+Blue) = 223+204+104=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC68 is #203397. Grayscale: #C6C6C6. Windows color (decimal): -2110360 or 6868191. OLE color: 6868191.

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

Color convert

RGB 223 204 104 -
CMYK 0 0.09 0.53 0.13
HSL 50.42º 0.65% 0.64% -
HSV(B) 50.42º 0.53% 0.87% -
XYZ 54.52 59.87 21.78 -
YUV 198.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 223 204 104 0 0.09 0.53 0.13 50.42 0.65 0.64
Hex DF CC 68 0 9 35 D 32 41 40
Octal 337 314 150 0 11 65 15 62 101 100
Binary 11011111 11001100 1101000 0 1001 110101 1101 110010 1000001 1000000

Color Harmonies of #DFCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC68

Black with #DFCC68

Text Example


Text Example

White with #DFCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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