Html Css Color HEX #DFCF65 Golden Sand

📋 copy color: '#DFCF65'

red 223 ◦ green 207 ◦ blue 101

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

Shades of Golden Sand #DFCF65

Tints of Golden Sand #DFCF65

RGB

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

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

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

R = 42%
G = 38.98%
B = 19.02%

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

#DFCF65 (or 0xDFCF65) is known color: Golden Sand. HEX triplet: DF, CF and 65. RGB value is (223,207,101). Sum of RGB (Red+Green+Blue) = 223+207+101=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF65 is #20309A. Grayscale: #C8C8C8. Windows color (decimal): -2109595 or 6672351. OLE color: 6672351.

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

Color convert

RGB 223 207 101 -
CMYK 0 0.07 0.55 0.13
HSL 52.13º 0.66% 0.64% -
HSV(B) 52.13º 0.55% 0.87% -
XYZ 55.09 61.25 21.23 -
YUV 199.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 223 207 101 0 0.07 0.55 0.13 52.13 0.66 0.64
Hex DF CF 65 0 7 37 D 34 42 40
Octal 337 317 145 0 7 67 15 64 102 100
Binary 11011111 11001111 1100101 0 111 110111 1101 110100 1000010 1000000

Color Harmonies of #DFCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF65

Black with #DFCF65

Text Example


Text Example

White with #DFCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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