Html Css Color HEX #DFCF68 Golden Sand

📋 copy color: '#DFCF68'

red 223 ◦ green 207 ◦ blue 104

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

Shades of Golden Sand #DFCF68

Tints of Golden Sand #DFCF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

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

R = 41.76%
G = 38.76%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFCF68 (or 0xDFCF68) is known color: Golden Sand. HEX triplet: DF, CF and 68. RGB value is (223,207,104). Sum of RGB (Red+Green+Blue) = 223+207+104=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF68 is #203097. Grayscale: #C8C8C8. Windows color (decimal): -2109592 or 6868959. OLE color: 6868959.

HSL color Cylindrical-coordinate representation of color #DFCF68: hue angle of 51.93º 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 #DFCF68 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 104 -
CMYK 0 0.07 0.53 0.13
HSL 51.93º 0.65% 0.64% -
HSV(B) 51.93º 0.53% 0.87% -
XYZ 55.24 61.31 22.02 -
YUV 200.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 223 207 104 0 0.07 0.53 0.13 51.93 0.65 0.64
Hex DF CF 68 0 7 35 D 34 41 40
Octal 337 317 150 0 7 65 15 64 101 100
Binary 11011111 11001111 1101000 0 111 110101 1101 110100 1000001 1000000

Color Harmonies of #DFCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF68

Black with #DFCF68

Text Example


Text Example

White with #DFCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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