Html Css Color HEX #DFC966 Golden Sand

📋 copy color: '#DFC966'

red 223 ◦ green 201 ◦ blue 102

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

Shades of Golden Sand #DFC966

Tints of Golden Sand #DFC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

 BLUE value IS 102 (40.23% from 255) = 19.39%

R = 42.4%
G = 38.21%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFC966 (or 0xDFC966) is known color: Golden Sand. HEX triplet: DF, C9 and 66. RGB value is (223,201,102). Sum of RGB (Red+Green+Blue) = 223+201+102=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC966 is #203699. Grayscale: #C4C4C4. Windows color (decimal): -2111130 or 6736351. OLE color: 6736351.

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

Color convert

RGB 223 201 102 -
CMYK 0 0.10 0.54 0.13
HSL 49.09º 0.65% 0.64% -
HSV(B) 49.09º 0.54% 0.87% -
XYZ 53.72 58.42 21.02 -
YUV 196.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 223 201 102 0 0.10 0.54 0.13 49.09 0.65 0.64
Hex DF C9 66 0 A 36 D 31 41 40
Octal 337 311 146 0 12 66 15 61 101 100
Binary 11011111 11001001 1100110 0 1010 110110 1101 110001 1000001 1000000

Color Harmonies of #DFC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC966

Black with #DFC966

Text Example


Text Example

White with #DFC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC966; }

 p { color: rgb(223,201,102); }

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

background-color css

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

 a { background-color: rgb(223,201,102); }

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

border-color css

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

 span { border-color: rgb(223,201,102); }

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