Html Css Color HEX #DFCF66 Golden Sand

📋 copy color: '#DFCF66'

red 223 ◦ green 207 ◦ blue 102

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

Shades of Golden Sand #DFCF66

Tints of Golden Sand #DFCF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.91%

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

R = 41.92%
G = 38.91%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFCF66 (or 0xDFCF66) is known color: Golden Sand. HEX triplet: DF, CF and 66. RGB value is (223,207,102). Sum of RGB (Red+Green+Blue) = 223+207+102=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF66 is #203099. Grayscale: #C8C8C8. Windows color (decimal): -2109594 or 6737887. OLE color: 6737887.

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

Color convert

RGB 223 207 102 -
CMYK 0 0.07 0.54 0.13
HSL 52.07º 0.65% 0.64% -
HSV(B) 52.07º 0.54% 0.87% -
XYZ 55.14 61.27 21.49 -
YUV 199.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 223 207 102 0 0.07 0.54 0.13 52.07 0.65 0.64
Hex DF CF 66 0 7 36 D 34 41 40
Octal 337 317 146 0 7 66 15 64 101 100
Binary 11011111 11001111 1100110 0 111 110110 1101 110100 1000001 1000000

Color Harmonies of #DFCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF66

Black with #DFCF66

Text Example


Text Example

White with #DFCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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