Html Css Color HEX #DFC865 Golden Sand

📋 copy color: '#DFC865'

red 223 ◦ green 200 ◦ blue 101

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

Shades of Golden Sand #DFC865

Tints of Golden Sand #DFC865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 101 (39.84% from 255) = 19.27%

R = 42.56%
G = 38.17%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFC865 (or 0xDFC865) is known color: Golden Sand. HEX triplet: DF, C8 and 65. RGB value is (223,200,101). Sum of RGB (Red+Green+Blue) = 223+200+101=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC865 is #20379A. Grayscale: #C4C4C4. Windows color (decimal): -2111387 or 6670559. OLE color: 6670559.

HSL color Cylindrical-coordinate representation of color #DFC865: hue angle of 48.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFC865 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 200 101 -
CMYK 0 0.10 0.55 0.13
HSL 48.69º 0.66% 0.64% -
HSV(B) 48.69º 0.55% 0.87% -
XYZ 53.43 57.94 20.68 -
YUV 195.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 223 200 101 0 0.10 0.55 0.13 48.69 0.66 0.64
Hex DF C8 65 0 A 37 D 31 42 40
Octal 337 310 145 0 12 67 15 61 102 100
Binary 11011111 11001000 1100101 0 1010 110111 1101 110001 1000010 1000000

Color Harmonies of #DFC865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC865

Black with #DFC865

Text Example


Text Example

White with #DFC865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC865; }

 p { color: rgb(223,200,101); }

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

background-color css

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

 a { background-color: rgb(223,200,101); }

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

border-color css

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

 span { border-color: rgb(223,200,101); }

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