Html Css Color HEX #DFCF64 Golden Sand

📋 copy color: '#DFCF64'

red 223 ◦ green 207 ◦ blue 100

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

Shades of Golden Sand #DFCF64

Tints of Golden Sand #DFCF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.87%

R = 42.08%
G = 39.06%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFCF64 (or 0xDFCF64) is known color: Golden Sand. HEX triplet: DF, CF and 64. RGB value is (223,207,100). Sum of RGB (Red+Green+Blue) = 223+207+100=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF64 is #20309B. Grayscale: #C8C8C8. Windows color (decimal): -2109596 or 6606815. OLE color: 6606815.

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

Color convert

RGB 223 207 100 -
CMYK 0 0.07 0.55 0.13
HSL 52.2º 0.66% 0.63% -
HSV(B) 52.2º 0.55% 0.87% -
XYZ 55.04 61.23 20.97 -
YUV 199.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 223 207 100 0 0.07 0.55 0.13 52.2 0.66 0.63
Hex DF CF 64 0 7 37 D 34 42 3F
Octal 337 317 144 0 7 67 15 64 102 77
Binary 11011111 11001111 1100100 0 111 110111 1101 110100 1000010 111111

Color Harmonies of #DFCF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF64

Black with #DFCF64

Text Example


Text Example

White with #DFCF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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