Html Css Color HEX #DFC75F Golden Sand

📋 copy color: '#DFC75F'

red 223 ◦ green 199 ◦ blue 95

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

Shades of Golden Sand #DFC75F

Tints of Golden Sand #DFC75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

 BLUE value IS 95 (37.5% from 255) = 18.38%

R = 43.13%
G = 38.49%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFC75F (or 0xDFC75F) is known color: Golden Sand. HEX triplet: DF, C7 and 5F. RGB value is (223,199,95). Sum of RGB (Red+Green+Blue) = 223+199+95=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC75F is #2038A0. Grayscale: #C2C2C2. Windows color (decimal): -2111649 or 6277087. OLE color: 6277087.

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

Color convert

RGB 223 199 95 -
CMYK 0 0.11 0.57 0.13
HSL 48.75º 0.67% 0.62% -
HSV(B) 48.75º 0.57% 0.87% -
XYZ 52.92 57.36 19.11 -
YUV 194.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 223 199 95 0 0.11 0.57 0.13 48.75 0.67 0.62
Hex DF C7 5F 0 B 39 D 31 43 3E
Octal 337 307 137 0 13 71 15 61 103 76
Binary 11011111 11000111 1011111 0 1011 111001 1101 110001 1000011 111110

Color Harmonies of #DFC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC75F

Black with #DFC75F

Text Example


Text Example

White with #DFC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC75F; }

 p { color: rgb(223,199,95); }

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

background-color css

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

 a { background-color: rgb(223,199,95); }

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

border-color css

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

 span { border-color: rgb(223,199,95); }

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