Html Css Color HEX #DFCA68 Golden Sand

📋 copy color: '#DFCA68'

red 223 ◦ green 202 ◦ blue 104

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

Shades of Golden Sand #DFCA68

Tints of Golden Sand #DFCA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.19%

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

R = 42.16%
G = 38.19%
B = 19.66%

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

#DFCA68 (or 0xDFCA68) is known color: Golden Sand. HEX triplet: DF, CA and 68. RGB value is (223,202,104). Sum of RGB (Red+Green+Blue) = 223+202+104=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA68 is #203597. Grayscale: #C5C5C5. Windows color (decimal): -2110872 or 6867679. OLE color: 6867679.

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

Color convert

RGB 223 202 104 -
CMYK 0 0.09 0.53 0.13
HSL 49.41º 0.65% 0.64% -
HSV(B) 49.41º 0.53% 0.87% -
XYZ 54.05 58.93 21.62 -
YUV 197.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 223 202 104 0 0.09 0.53 0.13 49.41 0.65 0.64
Hex DF CA 68 0 9 35 D 31 41 40
Octal 337 312 150 0 11 65 15 61 101 100
Binary 11011111 11001010 1101000 0 1001 110101 1101 110001 1000001 1000000

Color Harmonies of #DFCA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA68

Black with #DFCA68

Text Example


Text Example

White with #DFCA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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