Html Css Color HEX #DFC65F Golden Sand

📋 copy color: '#DFC65F'

red 223 ◦ green 198 ◦ blue 95

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

Shades of Golden Sand #DFC65F

Tints of Golden Sand #DFC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.37%

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

R = 43.22%
G = 38.37%
B = 18.41%

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

#DFC65F (or 0xDFC65F) is known color: Golden Sand. HEX triplet: DF, C6 and 5F. RGB value is (223,198,95). Sum of RGB (Red+Green+Blue) = 223+198+95=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC65F is #2039A0. Grayscale: #C2C2C2. Windows color (decimal): -2111905 or 6276831. OLE color: 6276831.

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

Color convert

RGB 223 198 95 -
CMYK 0 0.11 0.57 0.13
HSL 48.28º 0.67% 0.62% -
HSV(B) 48.28º 0.57% 0.87% -
XYZ 52.69 56.9 19.03 -
YUV 193.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 223 198 95 0 0.11 0.57 0.13 48.28 0.67 0.62
Hex DF C6 5F 0 B 39 D 30 43 3E
Octal 337 306 137 0 13 71 15 60 103 76
Binary 11011111 11000110 1011111 0 1011 111001 1101 110000 1000011 111110

Color Harmonies of #DFC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC65F

Black with #DFC65F

Text Example


Text Example

White with #DFC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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