Html Css Color HEX #DFCA5C Golden Sand

📋 copy color: '#DFCA5C'

red 223 ◦ green 202 ◦ blue 92

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

Shades of Golden Sand #DFCA5C

Tints of Golden Sand #DFCA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.79%

R = 43.13%
G = 39.07%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFCA5C (or 0xDFCA5C) is known color: Golden Sand. HEX triplet: DF, CA and 5C. RGB value is (223,202,92). Sum of RGB (Red+Green+Blue) = 223+202+92=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA5C is #2035A3. Grayscale: #C4C4C4. Windows color (decimal): -2110884 or 6081247. OLE color: 6081247.

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

Color convert

RGB 223 202 92 -
CMYK 0 0.09 0.59 0.13
HSL 50.38º 0.67% 0.62% -
HSV(B) 50.38º 0.59% 0.87% -
XYZ 53.48 58.7 18.64 -
YUV 195.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 223 202 92 0 0.09 0.59 0.13 50.38 0.67 0.62
Hex DF CA 5C 0 9 3B D 32 43 3E
Octal 337 312 134 0 11 73 15 62 103 76
Binary 11011111 11001010 1011100 0 1001 111011 1101 110010 1000011 111110

Color Harmonies of #DFCA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA5C

Black with #DFCA5C

Text Example


Text Example

White with #DFCA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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